Actualiza las traducciones personalizadas
This commit is contained in:
parent
d01787ad77
commit
472cb1ea76
5 changed files with 17 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
# English strings go here for Rails i18n
|
||||
en:
|
||||
button_setprivate_wiki: Set Private
|
||||
button_setpublic_wiki: Set Public
|
||||
private_flag: PRIVATE
|
||||
button_setprivate_wiki: Priv.
|
||||
button_setpublic_wiki: Pub.
|
||||
private_flag: P!
|
||||
|
|
5
plugins/redmine_private_wiki/config/locales/es.yml
Normal file
5
plugins/redmine_private_wiki/config/locales/es.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
# English strings go here for Rails i18n
|
||||
en:
|
||||
button_setprivate_wiki: Priv.
|
||||
button_setpublic_wiki: Pub.
|
||||
private_flag: P!
|
|
@ -1,5 +1,5 @@
|
|||
# French strings go here for Rails i18n
|
||||
fr:
|
||||
button_setprivate_wiki: Rendre Privé
|
||||
button_setpublic_wiki: Rendre Public
|
||||
private_flag: PRIVÉ
|
||||
button_setprivate_wiki: Priv.
|
||||
button_setpublic_wiki: Pub.
|
||||
private_flag: P!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue