mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-29 18:52:22 +01:00
harmonized Fab-manager typo
This commit is contained in:
parent
efce185ac8
commit
4e72cd16a1
@ -1,4 +1,4 @@
|
||||
# Changelog Fab Manager
|
||||
# Changelog Fab-manager
|
||||
|
||||
- Ability to create and delete periodic calendar availabilities (recurrence)
|
||||
- Ability to fully customize the home page
|
||||
@ -37,6 +37,7 @@
|
||||
- Unified translations syntax to use ICU MessageFormat
|
||||
- Refactored front-end translations keys with unified paths
|
||||
- Updated and refactored README and documentations
|
||||
- Harmonized Fab-manager typography and case
|
||||
- Fix a bug: unable to remove the picture from a training
|
||||
- Fix a bug: no alerts on errors during admin creation
|
||||
- Fix a bug: replaces all Time.now by DateTime.current to prevent time zones issues [Taiga#134]
|
||||
|
@ -132,7 +132,7 @@
|
||||
<i class="fa fa-refresh pointer" aria-label="Upgrade required" ng-show="!version.up_to_date && !version.security"></i>
|
||||
<i class="fa fa-warning pointer" aria-label="Security upgrade required" ng-show="!version.up_to_date && version.security"></i>
|
||||
</span>
|
||||
<span class="text-sm">Powered by <a href="http://www.fab-manager.com" target="_blank">Fab Manager</a></span>
|
||||
<span class="text-sm">Powered by <a href="http://www.fab-manager.com" target="_blank">Fab-manager</a></span>
|
||||
</div>
|
||||
|
||||
<%= javascript_include_tag 'application' %>
|
||||
|
@ -28,7 +28,7 @@ EVENTS_IN_CALENDAR: 'false'
|
||||
SLOT_DURATION: '60'
|
||||
FEATURE_TOUR_DISPLAY: 'once'
|
||||
|
||||
DEFAULT_MAIL_FROM: Fab Manager Demo <noreply@fab-manager.com>
|
||||
DEFAULT_MAIL_FROM: Fab-manager Demo <noreply@fab-manager.com>
|
||||
|
||||
# Configure carefully!
|
||||
DEFAULT_HOST: 'localhost:5000'
|
||||
|
@ -171,7 +171,7 @@ en:
|
||||
# projects gallery
|
||||
the_fablab_projects: "The Fab Lab projects"
|
||||
add_a_project: "Add a project"
|
||||
search_over_the_whole_network: "Search over the whole Fab Manager network"
|
||||
search_over_the_whole_network: "Search over the whole Fab-manager network"
|
||||
tooltip_openlab_projects_switch: "The search over the whole network lets you search over the projects of every Fab-manager using this feature !"
|
||||
openlab_search_not_available_at_the_moment: "Search over the whole network is not available at the moment. You still can search over the projects of this platform."
|
||||
project_search_result_is_empty: "Sorry, we found no results matching your search criteria."
|
||||
|
@ -174,7 +174,7 @@ fr:
|
||||
# galerie des projets
|
||||
the_fablab_projects: "Les projets du FabLab"
|
||||
add_a_project: "Ajouter un projet"
|
||||
search_over_the_whole_network: "Chercher sur tout le réseau Fab Manager"
|
||||
search_over_the_whole_network: "Chercher sur tout le réseau Fab-manager"
|
||||
tooltip_openlab_projects_switch: "La recherche sur tout le réseau vous permet de rechercher parmis les projets de tous les Fab-managers utilisant cette fonctionnalité !"
|
||||
openlab_search_not_available_at_the_moment: "La recherche sur tout le réseau n'est pas disponible pour le moment. Vous pouvez cependant effectuer une recherche parmis les projets de cette plateforme."
|
||||
project_search_result_is_empty: "Il n'y a pas de projets correspondant à vos critères de recherche."
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Virtual Machine Instructions
|
||||
|
||||
These instructions allow to deploy a testing or development instance of Fab Manager inside a virtual
|
||||
These instructions allow to deploy a testing or development instance of Fab-manager inside a virtual
|
||||
machine, with most of the software dependencies installed automatically and avoiding to install a lot
|
||||
of software and services directly on the host computer.
|
||||
|
||||
@ -68,4 +68,4 @@ the host can provide but will usually be much more slower than a production envi
|
||||
|
||||
---
|
||||
[vagrant]: https://www.vagrantup.com/downloads.html
|
||||
[virtualbox]: https://www.virtualbox.org/wiki/Downloads
|
||||
[virtualbox]: https://www.virtualbox.org/wiki/Downloads
|
||||
|
@ -19,7 +19,7 @@ EVENTS_IN_CALENDAR=false
|
||||
SLOT_DURATION=60
|
||||
FEATURE_TOUR_DISPLAY=once
|
||||
|
||||
DEFAULT_MAIL_FROM=Fab Manager Demo <noreply@fab-manager.com>
|
||||
DEFAULT_MAIL_FROM=Fab-manager Demo <noreply@fab-manager.com>
|
||||
DEFAULT_HOST=demo.fab-manager.com
|
||||
DEFAULT_PROTOCOL=http
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user