diff options
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r-- | apps/files_sharing/l10n/cs_CZ.php | 3 | ||||
-rw-r--r-- | apps/files_sharing/l10n/el.php | 6 | ||||
-rw-r--r-- | apps/files_sharing/l10n/es.php | 6 | ||||
-rw-r--r-- | apps/files_sharing/l10n/fa.php | 6 | ||||
-rw-r--r-- | apps/files_sharing/l10n/fi_FI.php | 5 | ||||
-rw-r--r-- | apps/files_sharing/l10n/nb_NO.php | 6 |
6 files changed, 31 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/cs_CZ.php b/apps/files_sharing/l10n/cs_CZ.php index 52d27ed781a..7c5828a6136 100644 --- a/apps/files_sharing/l10n/cs_CZ.php +++ b/apps/files_sharing/l10n/cs_CZ.php @@ -1,3 +1,6 @@ <?php $TRANSLATIONS = array( +"Size" => "Velikost", +"Modified" => "Upraveno", +"Delete all" => "Smazat vše", "Delete" => "Smazat" ); diff --git a/apps/files_sharing/l10n/el.php b/apps/files_sharing/l10n/el.php new file mode 100644 index 00000000000..63f4c61204a --- /dev/null +++ b/apps/files_sharing/l10n/el.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Size" => "Μέγεθος", +"Modified" => "Τροποποιήθηκε", +"Delete all" => "Διαγραφή όλων", +"Delete" => "Διαγραφή" +); diff --git a/apps/files_sharing/l10n/es.php b/apps/files_sharing/l10n/es.php new file mode 100644 index 00000000000..85f880927d6 --- /dev/null +++ b/apps/files_sharing/l10n/es.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Size" => "Tamaño", +"Modified" => "Modificado", +"Delete all" => "Eliminar todo", +"Delete" => "Eliminar" +); diff --git a/apps/files_sharing/l10n/fa.php b/apps/files_sharing/l10n/fa.php new file mode 100644 index 00000000000..06e1862e8b3 --- /dev/null +++ b/apps/files_sharing/l10n/fa.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Size" => "اندازه", +"Modified" => "تاریخ", +"Delete all" => "حذف همه", +"Delete" => "حذف" +); diff --git a/apps/files_sharing/l10n/fi_FI.php b/apps/files_sharing/l10n/fi_FI.php index 8a5fc004a1d..ca7928aeecb 100644 --- a/apps/files_sharing/l10n/fi_FI.php +++ b/apps/files_sharing/l10n/fi_FI.php @@ -1,3 +1,6 @@ <?php $TRANSLATIONS = array( -"Delete" => "Poisto" +"Size" => "Koko", +"Modified" => "Muokattu", +"Delete all" => "Poista kaikki", +"Delete" => "Poista" ); diff --git a/apps/files_sharing/l10n/nb_NO.php b/apps/files_sharing/l10n/nb_NO.php new file mode 100644 index 00000000000..6102b03db74 --- /dev/null +++ b/apps/files_sharing/l10n/nb_NO.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Size" => "Størrelse", +"Modified" => "Endret", +"Delete all" => "Slett alle", +"Delete" => "Slett" +); |