aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml3
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/validators.pl.yml3
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/validators.ro.yml3
3 files changed, 8 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
index 67750bee..c42ac6d3 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
@@ -88,7 +88,8 @@ Rule: "Règle"
88FAQ: "FAQ" 88FAQ: "FAQ"
89 89
90# Entries 90# Entries
91'estimated reading time': 'durée de lecture' 91"estimated reading time: %readingTime% min": "durée de lecture : %readingTime% min"
92"estimated reading time: %inferior% 1 min": "durée de lecture : %inferior% 1 min"
92original: "original" 93original: "original"
93Toggle mark as read: 'Marquer comme lu/non lu' 94Toggle mark as read: 'Marquer comme lu/non lu'
94Toggle favorite: 'Marquer comme favori' 95Toggle favorite: 'Marquer comme favori'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.pl.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.pl.yml
new file mode 100644
index 00000000..f3cde461
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/translations/validators.pl.yml
@@ -0,0 +1,3 @@
1# Config screen
2The password fields must match: 'Hasło w polach musi być takie same '
3Password should by at least 8 chars long: 'Hasło powinno mieć minimum 8 znaków długości'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.ro.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.ro.yml
new file mode 100644
index 00000000..d6d4dfcc
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/translations/validators.ro.yml
@@ -0,0 +1,3 @@
1# Config screen
2The password fields must match: 'Câmpurile destinate parolelor trebuie să se potrivească'
3Password should by at least 8 chars long: 'Parola ar trebui să conțină cel puțin 8 caractere'