diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-30 10:20:05 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-30 10:21:55 +0200 |
commit | bb5e6c9823a6c89f9eecd82c45d48f664063cace (patch) | |
tree | d5427a0306c1effc6555674ddbcab333864cf939 /help | |
parent | 924cd17f2ed18dcc860a5e15543c3fc835203c4c (diff) | |
download | nextcloud-server-bb5e6c9823a6c89f9eecd82c45d48f664063cace.tar.gz nextcloud-server-bb5e6c9823a6c89f9eecd82c45d48f664063cace.zip |
Transifex connection, added French and part of Bulgarian
Diffstat (limited to 'help')
-rw-r--r-- | help/l10n/bg_BG.php | 4 | ||||
-rw-r--r-- | help/l10n/fr.php | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/help/l10n/bg_BG.php b/help/l10n/bg_BG.php new file mode 100644 index 00000000000..44f260693b3 --- /dev/null +++ b/help/l10n/bg_BG.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Questions and Answers" => "Въпроси и отговори", +"ASK A QUESTION" => "ЗАДАЙТЕ ВЪПРОС" +); diff --git a/help/l10n/fr.php b/help/l10n/fr.php new file mode 100644 index 00000000000..2b9bf96684d --- /dev/null +++ b/help/l10n/fr.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Questions and Answers" => "Questions / Réponses", +"ASK A QUESTION" => "Poser une question" +); |