aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-30 10:20:05 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-30 10:21:55 +0200
commitbb5e6c9823a6c89f9eecd82c45d48f664063cace (patch)
treed5427a0306c1effc6555674ddbcab333864cf939 /settings
parent924cd17f2ed18dcc860a5e15543c3fc835203c4c (diff)
downloadnextcloud-server-bb5e6c9823a6c89f9eecd82c45d48f664063cace.tar.gz
nextcloud-server-bb5e6c9823a6c89f9eecd82c45d48f664063cace.zip
Transifex connection, added French and part of Bulgarian
Diffstat (limited to 'settings')
-rw-r--r--settings/l10n/bg_BG.php19
-rw-r--r--settings/l10n/fr.php19
2 files changed, 38 insertions, 0 deletions
diff --git a/settings/l10n/bg_BG.php b/settings/l10n/bg_BG.php
new file mode 100644
index 00000000000..f81a9f5e413
--- /dev/null
+++ b/settings/l10n/bg_BG.php
@@ -0,0 +1,19 @@
+<?php $TRANSLATIONS = array(
+"Account information" => "Информация за профила",
+"You're currently using" => "Вие ползвате",
+"of your" => "на Вашето",
+"space" => "място",
+"Change Password" => "Промяна на парола",
+"Your password got changed" => "Вашата парола е сменена",
+"Old password:" => "Стара парола",
+"New password" => "Нова парола",
+"Show new password" => "Покажи новата парола",
+"Language" => "Език",
+"Authentication error" => "Проблем с индентификацията",
+"You have to enter the old and the new password!" => "Трябва да въведете новата и старата парола!",
+"Your old password is wrong!" => "Вашата стара парола е грешна!",
+"Password changed" => "Паролата е сменена",
+"Unable to change password" => "Невъзможна смяна на паролата",
+"Language changed" => "Езика е сменен",
+"Invalid request" => "Невалидна заявка"
+);
diff --git a/settings/l10n/fr.php b/settings/l10n/fr.php
new file mode 100644
index 00000000000..758189e18bc
--- /dev/null
+++ b/settings/l10n/fr.php
@@ -0,0 +1,19 @@
+<?php $TRANSLATIONS = array(
+"Account information" => "Informations sur le compte",
+"You're currently using" => "Vous utilisez actuellement",
+"of your" => "de votre",
+"space" => "espace de stockage",
+"Change Password" => "Changer votre mot de passe",
+"Your password got changed" => "Votre mot de passe a été changé",
+"Old password:" => "Ancien mot de passe :",
+"New password" => "Nouveau mot de passe :",
+"Show new password" => "Afficher votre nouveau mot de passe",
+"Language" => "Langue",
+"Authentication error" => "Erreur d'authentification",
+"You have to enter the old and the new password!" => "Vous devez saisir l'ancien et le nouveau mot de passe !",
+"Your old password is wrong!" => "Votre ancien mot de passe est erroné !",
+"Password changed" => "Mot de passe changé avec succès",
+"Unable to change password" => "Impossible de changer le mot de passe",
+"Language changed" => "Langue changée avec succès",
+"Invalid request" => "Requète invalide"
+);