mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
removing numbers and shortening nav links to stop wrapping
This commit is contained in:
parent
d0e7264661
commit
8ed13fc6c2
6 changed files with 24 additions and 25 deletions
|
|
@ -99,12 +99,12 @@ de:
|
||||||
mobile_navigation:
|
mobile_navigation:
|
||||||
logout: Abmelden
|
logout: Abmelden
|
||||||
feeds: Feeds
|
feeds: Feeds
|
||||||
new_action: 0-Neue Aufgabe
|
new_action: Neue Aufgabe
|
||||||
starred: 4-Markiert
|
starred: Markiert
|
||||||
projects: 3-Projekte
|
projects: Projekte
|
||||||
tickler: Notizbuch
|
tickler: Notizbuch
|
||||||
contexts: 2-Kontexte
|
contexts: Kontexte
|
||||||
home: 1-Home
|
home: Home
|
||||||
navigation:
|
navigation:
|
||||||
api_docs: REST API Docs
|
api_docs: REST API Docs
|
||||||
recurring_todos: Sich wiederholende To-Dos
|
recurring_todos: Sich wiederholende To-Dos
|
||||||
|
|
|
||||||
|
|
@ -7,14 +7,14 @@ en:
|
||||||
next_actions_rss_feed: RSS feed of next actions
|
next_actions_rss_feed: RSS feed of next actions
|
||||||
toggle_notes_title: Toggle all notes
|
toggle_notes_title: Toggle all notes
|
||||||
mobile_navigation:
|
mobile_navigation:
|
||||||
new_action: 0-New action
|
new_action: New
|
||||||
logout: Logout
|
logout: Logout
|
||||||
feeds: Feeds
|
feeds: Feeds
|
||||||
starred: 4-Starred
|
starred: Starred
|
||||||
projects: 3-Projects
|
projects: Projects
|
||||||
tickler: Tickler
|
tickler: Tickler
|
||||||
contexts: 2-Contexts
|
contexts: Contexts
|
||||||
home: 1-Home
|
home: Home
|
||||||
navigation:
|
navigation:
|
||||||
manage_users_title: Add or delete users
|
manage_users_title: Add or delete users
|
||||||
recurring_todos: Repeating todos
|
recurring_todos: Repeating todos
|
||||||
|
|
|
||||||
|
|
@ -88,12 +88,12 @@ es:
|
||||||
mobile_navigation:
|
mobile_navigation:
|
||||||
logout: "Cerrar sesi\xC3\xB3n"
|
logout: "Cerrar sesi\xC3\xB3n"
|
||||||
feeds: Feeds
|
feeds: Feeds
|
||||||
new_action: 0-Nueva tarea
|
new_action: Nueva tarea
|
||||||
starred: 4-Favoritos
|
starred: avoritos
|
||||||
projects: 3-Proyectos
|
projects: Proyectos
|
||||||
tickler: Tickler
|
tickler: Tickler
|
||||||
contexts: 2-Contextos
|
contexts: Contextos
|
||||||
home: 1-Inicio
|
home: Inicio
|
||||||
navigation:
|
navigation:
|
||||||
api_docs: REST API Docs
|
api_docs: REST API Docs
|
||||||
recurring_todos: Tareas repetitivas
|
recurring_todos: Tareas repetitivas
|
||||||
|
|
|
||||||
|
|
@ -99,11 +99,11 @@ fr:
|
||||||
logout: "D\xC3\xA9connexion"
|
logout: "D\xC3\xA9connexion"
|
||||||
feeds: Flux
|
feeds: Flux
|
||||||
new_action: 0-Nouvelle action
|
new_action: 0-Nouvelle action
|
||||||
starred: "4-Marqu\xC3\xA9"
|
starred: "Marqu\xC3\xA9"
|
||||||
projects: 3-Projets
|
projects: Projets
|
||||||
tickler: Reporteur
|
tickler: Reporteur
|
||||||
contexts: 2-Contextes
|
contexts: Contextes
|
||||||
home: 1-Accueil
|
home: Accueil
|
||||||
navigation:
|
navigation:
|
||||||
api_docs: Doc REST API
|
api_docs: Doc REST API
|
||||||
recurring_todos: "T\xC3\xA2ches (todos) r\xC3\xA9p\xC3\xA9titives"
|
recurring_todos: "T\xC3\xA2ches (todos) r\xC3\xA9p\xC3\xA9titives"
|
||||||
|
|
|
||||||
|
|
@ -86,12 +86,12 @@ nl:
|
||||||
mobile_navigation:
|
mobile_navigation:
|
||||||
logout: Afmelden
|
logout: Afmelden
|
||||||
feeds: Feeds
|
feeds: Feeds
|
||||||
new_action: 0-Nieuwe actie
|
new_action: Nieuwe actie
|
||||||
starred: 4-Ster
|
starred: Ster
|
||||||
projects: 3-Projecten
|
projects: Projecten
|
||||||
tickler: Tickler
|
tickler: Tickler
|
||||||
contexts: 2-Contexten
|
contexts: Contexten
|
||||||
home: 1-Start
|
home: Start
|
||||||
navigation:
|
navigation:
|
||||||
api_docs: REST API Docs
|
api_docs: REST API Docs
|
||||||
recurring_todos: Terugkerende acties
|
recurring_todos: Terugkerende acties
|
||||||
|
|
|
||||||
|
|
@ -150,7 +150,6 @@ span.r {
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
font-size: x-small;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#database_auth_form table td {
|
#database_auth_form table td {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue