parent
924cd17f2e
commit
bb5e6c9823
@ -0,0 +1,28 @@ |
||||
[main] |
||||
host = https://www.transifex.net |
||||
|
||||
[owncloud.admin] |
||||
file_filter = l10n/<lang>/admin.po |
||||
source_file = l10n/templates/admin.pot |
||||
source_lang = en |
||||
|
||||
[owncloud.core] |
||||
file_filter = l10n/<lang>/core.po |
||||
source_file = l10n/templates/core.pot |
||||
source_lang = en |
||||
|
||||
[owncloud.help] |
||||
file_filter = l10n/<lang>/help.po |
||||
source_file = l10n/templates/help.pot |
||||
source_lang = en |
||||
|
||||
[owncloud.log] |
||||
file_filter = l10n/<lang>/log.po |
||||
source_file = l10n/templates/log.pot |
||||
source_lang = en |
||||
|
||||
[owncloud.settings] |
||||
file_filter = l10n/<lang>/settings.po |
||||
source_file = l10n/templates/settings.pot |
||||
source_lang = en |
||||
|
@ -0,0 +1,20 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"read more" => "en lire plus", |
||||
"INSTALL" => "INSTALLATION", |
||||
"Apps Repository" => "Répertoire d'applications", |
||||
"Cannot connect to apps repository" => "Impossible de se connecter au répertoire d'applications", |
||||
"Name" => "Nom", |
||||
"Modified" => "Modifié le", |
||||
"Administration" => "Administration", |
||||
"System Settings" => "Préférences Système", |
||||
"Users" => "Utilisateurs", |
||||
"Groups" => "Groupes", |
||||
"Password" => "Mot de passe", |
||||
"Create" => "Créer", |
||||
"remove" => "retirer", |
||||
"Create group" => "Créer un groupe", |
||||
"Force new password:" => "Forcer un nouveau mot de passe :", |
||||
"Set" => "Appliquer", |
||||
"Do you really want to delete user" => "Voulez-vous réellement supprimer cet utilisateur", |
||||
"Do you really want to delete group" => "Voulez-vous réellement supprimer ce groupe" |
||||
); |
@ -0,0 +1,17 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Error 404, Cloud not found" => "Грешка 404, обклакът не намерен", |
||||
"Advanced" => "Разширено", |
||||
"Set where to store the data." => "Изберете къде да записва данните", |
||||
"Data directory:" => "Директория за данни:", |
||||
"SQLite" => "SQLite", |
||||
"Database name:" => "Име на базата:", |
||||
"Host:" => "хост:", |
||||
"Table prefix:" => "Префикс за таблиците:", |
||||
"Finish setup" => "Завършване на настройките", |
||||
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> е персонален облак който работи от Ваш собствен сървър.</p>", |
||||
"Login failed!" => "Входа пропадна!", |
||||
"You are logged out." => "Вие излязохте.", |
||||
"prev" => "пред.", |
||||
"next" => "следващо", |
||||
"Search" => "Търсене" |
||||
); |
@ -1,27 +1,28 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Error 404, Cloud not found" => "Cloud konnte nicht gefunden werden.", |
||||
"Welcome to <strong>ownCloud</strong>, your personnal cloud." => "Willkommen bei <strong>ownCloud</strong>, deinem persönlichen Online-Speicher.", |
||||
"To finish the installation, please follow the steps below." => "Die Installation ist fast abgeschlossen.", |
||||
"Create an <strong>admin account.</strong>" => "<strong>Verwaltungskonto</strong> erstellen.", |
||||
"Login:" => "Benutzername:", |
||||
"Password:" => "Passwort:", |
||||
"<strong>ownCloud</strong> is your personal web storage." => "<strong>ownCloud</strong> ist dein persönlicher Online-Speicher.", |
||||
"Finish the setup by following the steps below." => "Die Installation ist fast abgeschlossen.", |
||||
"Create an <strong>admin account</strong>." => "<strong>Verwalter-Konto</strong> erstellen", |
||||
"Username" => "Nutzername", |
||||
"Password" => "Passwort", |
||||
"Advanced" => "Erweitert", |
||||
"Set where to store the data." => "Speicherort der Daten", |
||||
"Data directory:" => "Datenverzeichnis:", |
||||
"Configure your database." => "Datenbank einstellen.", |
||||
"I will use a SQLite database. You have nothing to do!" => "Es wird eine SQLite-Datenbank genutzt.", |
||||
"Configure the database." => "Datenbank einrichten", |
||||
"SQLite will be used for the database. You have nothing to do." => "SQLite wird als Datenbank genutzt.", |
||||
"SQLite" => "SQLite", |
||||
"I will use a MySQL database." => "Es wird eine MySQL-Datenbank genutzt.", |
||||
"Host:" => "Host:", |
||||
"MySQL will be used for the database." => "MySQL wird als Datenbank genutzt.", |
||||
"MySQL username:" => "MySQL-Nutzername:", |
||||
"MySQL password:" => "MySQL-Passwort:", |
||||
"Database name:" => "Datenbankname:", |
||||
"Host:" => "Host:", |
||||
"Table prefix:" => "Tabellenpräfix:", |
||||
"MySQL user login:" => "MySQL-Nutzername:", |
||||
"MySQL user password:" => "MySQL-Passwort:", |
||||
"Finish setup" => "Installation abschließen", |
||||
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> ist ein privater Online-Speicher für deinen eigenen Server.</p>", |
||||
"Login failed!" => "Anmeldung Fehlgeschlagen!", |
||||
"You are logged out." => "Sie wurden abgemeldet.", |
||||
"prev" => "zurück", |
||||
"next" => "weiter", |
||||
"Search" => "Suchen", |
||||
"Finish setup" => "Installation abschließen" |
||||
"Login failed!" => "Anmeldung fehlgeschlagen!", |
||||
"Remember login" => "Anmeldung merken", |
||||
"You are logged out." => "Erfolgreich abgemeldet.", |
||||
"prev" => "Zurück", |
||||
"next" => "Weiter", |
||||
"Search" => "Suchen" |
||||
); |
||||
|
@ -0,0 +1,28 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Error 404, Cloud not found" => "Erreur 404, la page demandée n'existe pas", |
||||
"<strong>ownCloud</strong> is your personal web storage." => "<strong>ownCloud</strong> est votre espace de stockage web personnel.", |
||||
"Finish the setup by following the steps below." => "Terminez l'installation en suivant les étapes ci-dessous.", |
||||
"Create an <strong>admin account</strong>." => "Veuillez créer un <strong>compte administrateur.</strong>", |
||||
"Username" => "Nom d'utilisateur", |
||||
"Password" => "Mot de passe", |
||||
"Advanced" => "Avancé", |
||||
"Set where to store the data." => "Sélectionnez où sauvegarder les données", |
||||
"Data directory:" => "Répertoire de données", |
||||
"Configure the database." => "Configurez la base de données.", |
||||
"SQLite will be used for the database. You have nothing to do." => "SQLite sera utilisé comme moteur pour la base de données. Vous n'avez rien de plus à faire.", |
||||
"SQLite" => "SQLite", |
||||
"MySQL will be used for the database." => "MySQL sera utilisé comme moteur pour la base de données.", |
||||
"MySQL username:" => "Nom d'utilisateur MySQL :", |
||||
"MySQL password:" => "Mot de passe MySQL :", |
||||
"Database name:" => "Nom de la base de données :", |
||||
"Host:" => "Hôte :", |
||||
"Table prefix:" => "Préfixe de table :", |
||||
"Finish setup" => "Terminer l'installation", |
||||
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> est votre solution cloud personnelle qui tourne sur votre propre serveur.</p>", |
||||
"Login failed!" => "Échec de la connexion !", |
||||
"Remember login" => "Se souvenir de moi", |
||||
"You are logged out." => "Vous êtes désormais déconnecté.", |
||||
"prev" => "précédent", |
||||
"next" => "suivant", |
||||
"Search" => "Rechercher" |
||||
); |
@ -0,0 +1,4 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Questions and Answers" => "Въпроси и отговори", |
||||
"ASK A QUESTION" => "ЗАДАЙТЕ ВЪПРОС" |
||||
); |
@ -0,0 +1,4 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Questions and Answers" => "Questions / Réponses", |
||||
"ASK A QUESTION" => "Poser une question" |
||||
); |
@ -0,0 +1,28 @@ |
||||
# SOME DESCRIPTIVE TITLE. |
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
||||
# This file is distributed under the same license as the PACKAGE package. |
||||
# |
||||
# Stefan Ilivanov <ilivanov@gmail.com>, 2011. |
||||
msgid "" |
||||
msgstr "" |
||||
"Project-Id-Version: ownCloud\n" |
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" |
||||
"POT-Creation-Date: 2011-07-27 12:03+0200\n" |
||||
"PO-Revision-Date: 2011-07-25 21:21+0000\n" |
||||
"Last-Translator: ep98 <ilivanov@gmail.com>\n" |
||||
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.net/projects/p/owncloud/team/bg_BG/)\n" |
||||
"MIME-Version: 1.0\n" |
||||
"Content-Type: text/plain; charset=UTF-8\n" |
||||
"Content-Transfer-Encoding: 8bit\n" |
||||
"Language: bg_BG\n" |
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n" |
||||
|
||||
#: ../templates/index.php:2 |
||||
msgid "Questions and Answers" |
||||
msgstr "Въпроси и отговори" |
||||
|
||||
#: ../templates/index.php:24 |
||||
msgid "ASK A QUESTION" |
||||
msgstr "ЗАДАЙТЕ ВЪПРОС" |
||||
|
||||
|
@ -0,0 +1,68 @@ |
||||
# SOME DESCRIPTIVE TITLE. |
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
||||
# This file is distributed under the same license as the PACKAGE package. |
||||
# |
||||
# Stefan Ilivanov <ilivanov@gmail.com>, 2011. |
||||
msgid "" |
||||
msgstr "" |
||||
"Project-Id-Version: ownCloud\n" |
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" |
||||
"POT-Creation-Date: 2011-07-27 12:03+0200\n" |
||||
"PO-Revision-Date: 2011-07-25 21:23+0000\n" |
||||
"Last-Translator: ep98 <ilivanov@gmail.com>\n" |
||||
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.net/projects/p/owncloud/team/bg_BG/)\n" |
||||
"MIME-Version: 1.0\n" |
||||
"Content-Type: text/plain; charset=UTF-8\n" |
||||
"Content-Transfer-Encoding: 8bit\n" |
||||
"Language: bg_BG\n" |
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n" |
||||
|
||||
#: ../templates/index.php:4 |
||||
msgid "Filter:" |
||||
msgstr "Филтър:" |
||||
|
||||
#: ../templates/index.php:7 |
||||
msgid "Logins" |
||||
msgstr "Влизания:" |
||||
|
||||
#: ../templates/index.php:8 |
||||
msgid "Logouts" |
||||
msgstr "Изходи:" |
||||
|
||||
#: ../templates/index.php:9 |
||||
msgid "Downloads" |
||||
msgstr "Тегления" |
||||
|
||||
#: ../templates/index.php:10 |
||||
msgid "Uploads" |
||||
msgstr "Качвания" |
||||
|
||||
#: ../templates/index.php:11 |
||||
msgid "Creations" |
||||
msgstr "Създавания:" |
||||
|
||||
#: ../templates/index.php:12 |
||||
msgid "Deletions" |
||||
msgstr "Изтривания:" |
||||
|
||||
#: ../templates/index.php:15 |
||||
msgid "Show:" |
||||
msgstr "Показва:" |
||||
|
||||
#: ../templates/index.php:16 |
||||
msgid "entries per page." |
||||
msgstr "записа на страница." |
||||
|
||||
#: ../templates/index.php:26 |
||||
msgid "What" |
||||
msgstr "Какво" |
||||
|
||||
#: ../templates/index.php:27 |
||||
msgid "When" |
||||
msgstr "Кога" |
||||
|
||||
#: ../templates/index.php:45 |
||||
msgid "Clear log entries before" |
||||
msgstr "Изчисти записите от журналите" |
||||
|
||||
|
@ -0,0 +1,88 @@ |
||||
# SOME DESCRIPTIVE TITLE. |
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
||||
# This file is distributed under the same license as the PACKAGE package. |
||||
# |
||||
# Stefan Ilivanov <ilivanov@gmail.com>, 2011. |
||||
msgid "" |
||||
msgstr "" |
||||
"Project-Id-Version: ownCloud\n" |
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" |
||||
"POT-Creation-Date: 2011-07-27 12:03+0200\n" |
||||
"PO-Revision-Date: 2011-07-25 21:25+0000\n" |
||||
"Last-Translator: ep98 <ilivanov@gmail.com>\n" |
||||
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.net/projects/p/owncloud/team/bg_BG/)\n" |
||||
"MIME-Version: 1.0\n" |
||||
"Content-Type: text/plain; charset=UTF-8\n" |
||||
"Content-Transfer-Encoding: 8bit\n" |
||||
"Language: bg_BG\n" |
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n" |
||||
|
||||
#: ../templates/index.php:3 |
||||
msgid "Account information" |
||||
msgstr "Информация за профила" |
||||
|
||||
#: ../templates/index.php:5 |
||||
msgid "You're currently using" |
||||
msgstr "Вие ползвате" |
||||
|
||||
#: ../templates/index.php:5 |
||||
msgid "of your" |
||||
msgstr "на Вашето" |
||||
|
||||
#: ../templates/index.php:5 |
||||
msgid "space" |
||||
msgstr "място" |
||||
|
||||
#: ../templates/index.php:11 |
||||
msgid "Change Password" |
||||
msgstr "Промяна на парола" |
||||
|
||||
#: ../templates/index.php:12 |
||||
msgid "Your password got changed" |
||||
msgstr "Вашата парола е сменена" |
||||
|
||||
#: ../templates/index.php:15 |
||||
msgid "Old password:" |
||||
msgstr "Стара парола" |
||||
|
||||
#: ../templates/index.php:19 |
||||
msgid "New password" |
||||
msgstr "Нова парола" |
||||
|
||||
#: ../templates/index.php:24 |
||||
msgid "Show new password" |
||||
msgstr "Покажи новата парола" |
||||
|
||||
#: ../templates/index.php:34 |
||||
msgid "Language" |
||||
msgstr "Език" |
||||
|
||||
#: ../ajax/changepassword.php:13 ../ajax/setlanguage.php:13 |
||||
msgid "Authentication error" |
||||
msgstr "Проблем с индентификацията" |
||||
|
||||
#: ../ajax/changepassword.php:19 |
||||
msgid "You have to enter the old and the new password!" |
||||
msgstr "Трябва да въведете новата и старата парола!" |
||||
|
||||
#: ../ajax/changepassword.php:25 |
||||
msgid "Your old password is wrong!" |
||||
msgstr "Вашата стара парола е грешна!" |
||||
|
||||
#: ../ajax/changepassword.php:31 |
||||
msgid "Password changed" |
||||
msgstr "Паролата е сменена" |
||||
|
||||
#: ../ajax/changepassword.php:34 |
||||
msgid "Unable to change password" |
||||
msgstr "Невъзможна смяна на паролата" |
||||
|
||||
#: ../ajax/setlanguage.php:21 |
||||
msgid "Language changed" |
||||
msgstr "Езика е сменен" |
||||
|
||||
#: ../ajax/setlanguage.php:23 |
||||
msgid "Invalid request" |
||||
msgstr "Невалидна заявка" |
||||
|
||||
|
@ -1,26 +1,27 @@ |
||||
# SOME DESCRIPTIVE TITLE. |
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
||||
# This file is distributed under the same license as the PACKAGE package. |
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
||||
# |
||||
msgid "" |
||||
msgstr "" |
||||
"Project-Id-Version: PACKAGE VERSION\n" |
||||
"Report-Msgid-Bugs-To: \n" |
||||
"POT-Creation-Date: 2011-06-20 22:00+0200\n" |
||||
"PO-Revision-Date: 2011-06-21 15:02+0100\n" |
||||
"Last-Translator: Mikkel Bjerg Larsen <mikkelbjerglarsen@gmail.com>\n" |
||||
"Language-Team: LANGUAGE <LL@li.org>\n" |
||||
"Language: \n" |
||||
"Project-Id-Version: ownCloud\n" |
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" |
||||
"POT-Creation-Date: 2011-07-27 12:03+0200\n" |
||||
"PO-Revision-Date: 2011-07-25 16:17+0000\n" |
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n" |
||||
"Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n" |
||||
"MIME-Version: 1.0\n" |
||||
"Content-Type: text/plain; charset=UTF-8\n" |
||||
"Content-Transfer-Encoding: 8bit\n" |
||||
"Language: da\n" |
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n" |
||||
|
||||
#: ../templates/index.php:2 |
||||
msgid "Questions and Answers" |
||||
msgstr "Spørgsmål og Svar" |
||||
|
||||
#: ../templates/index.php:21 |
||||
#: ../templates/index.php:24 |
||||
msgid "ASK A QUESTION" |
||||
msgstr "STIL ET SPØRGSMÅL" |
||||
|
||||
|
||||
|
@ -1,26 +1,27 @@ |
||||
# SOME DESCRIPTIVE TITLE. |
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
||||
# This file is distributed under the same license as the PACKAGE package. |
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
||||
# |
||||
#, fuzzy |
||||
msgid "" |
||||
msgstr "" |
||||
"Project-Id-Version: PACKAGE VERSION\n" |
||||
"Report-Msgid-Bugs-To: \n" |
||||
"POT-Creation-Date: 2011-06-20 22:00+0200\n" |
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
||||
"Language-Team: LANGUAGE <LL@li.org>\n" |
||||
"Language: \n" |
||||
"Project-Id-Version: ownCloud\n" |
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" |
||||
"POT-Creation-Date: 2011-07-27 12:03+0200\n" |
||||
"PO-Revision-Date: 2011-07-25 16:15+0000\n" |
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n" |
||||
"Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n" |
||||
"MIME-Version: 1.0\n" |
||||
"Content-Type: text/plain; charset=CHARSET\n" |
||||
"Content-Type: text/plain; charset=UTF-8\n" |
||||
"Content-Transfer-Encoding: 8bit\n" |
||||
"Language: de\n" |
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n" |
||||
|
||||
#: ../templates/index.php:2 |
||||
msgid "Questions and Answers" |
||||
msgstr "Fragen & Antworten" |
||||
|
||||
#: ../templates/index.php:21 |
||||
#: ../templates/index.php:24 |
||||
msgid "ASK A QUESTION" |
||||
msgstr "Stell eine Frage" |
||||
|
||||
|
||||
|
@ -1,91 +1,93 @@ |
||||
# SOME DESCRIPTIVE TITLE. |
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
||||
# This file is distributed under the same license as the PACKAGE package. |
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
||||
# |
||||
#, fuzzy |
||||
# <rom1dep@gmail.com>, 2011. |
||||
msgid "" |
||||
msgstr "" |
||||
"Project-Id-Version: PACKAGE VERSION\n" |
||||
"Report-Msgid-Bugs-To: \n" |
||||
"Project-Id-Version: ownCloud\n" |
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" |
||||
"POT-Creation-Date: 2011-07-27 12:03+0200\n" |
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
||||
"Language-Team: LANGUAGE <LL@li.org>\n" |
||||
"Language: \n" |
||||
"PO-Revision-Date: 2011-07-30 07:29+0000\n" |
||||
"Last-Translator: rom1dep <rom1dep@gmail.com>\n" |
||||
"Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n" |
||||
"MIME-Version: 1.0\n" |
||||
"Content-Type: text/plain; charset=CHARSET\n" |
||||
"Content-Type: text/plain; charset=UTF-8\n" |
||||
"Content-Transfer-Encoding: 8bit\n" |
||||
"Language: fr\n" |
||||
"Plural-Forms: nplurals=2; plural=(n > 1)\n" |
||||
|
||||
#: ../templates/app.php:22 |
||||
msgid "read more" |
||||
msgstr "" |
||||
msgstr "en lire plus" |
||||
|
||||
#: ../templates/app.php:24 |
||||
msgid "INSTALL" |
||||
msgstr "" |
||||
msgstr "INSTALLATION" |
||||
|
||||
#: ../templates/app_noconn.php:6 ../templates/apps.php:6 |
||||
msgid "Apps Repository" |
||||
msgstr "" |
||||
msgstr "Répertoire d'applications" |
||||
|
||||
#: ../templates/app_noconn.php:7 |
||||
msgid "Cannot connect to apps repository" |
||||
msgstr "" |
||||
msgstr "Impossible de se connecter au répertoire d'applications" |
||||
|
||||
#: ../templates/apps.php:13 ../templates/users.php:6 ../templates/users.php:15 |
||||
#: ../templates/users.php:51 |
||||
msgid "Name" |
||||
msgstr "" |
||||
msgstr "Nom" |
||||
|
||||
#: ../templates/apps.php:14 |
||||
msgid "Modified" |
||||
msgstr "" |
||||
msgstr "Modifié le" |
||||
|
||||
#: ../templates/system.php:6 |
||||
msgid "Administration" |
||||
msgstr "" |
||||
msgstr "Administration" |
||||
|
||||
#: ../templates/system.php:7 |
||||
msgid "System Settings" |
||||
msgstr "" |
||||
msgstr "Préférences Système" |
||||
|
||||
#: ../templates/users.php:2 |
||||
msgid "Users" |
||||
msgstr "" |
||||
msgstr "Utilisateurs" |
||||
|
||||
#: ../templates/users.php:7 ../templates/users.php:47 |
||||
msgid "Groups" |
||||
msgstr "" |
||||
msgstr "Groupes" |
||||
|
||||
#: ../templates/users.php:16 |
||||
msgid "Password" |
||||
msgstr "" |
||||
msgstr "Mot de passe" |
||||
|
||||
#: ../templates/users.php:25 |
||||
msgid "Create" |
||||
msgstr "" |
||||
msgstr "Créer" |
||||
|
||||
#: ../templates/users.php:37 ../templates/users.php:69 |
||||
msgid "remove" |
||||
msgstr "" |
||||
msgstr "retirer" |
||||
|
||||
#: ../templates/users.php:59 |
||||
msgid "Create group" |
||||
msgstr "" |
||||
msgstr "Créer un groupe" |
||||
|
||||
#: ../templates/users.php:95 |
||||
msgid "Force new password:" |
||||
msgstr "" |
||||
msgstr "Forcer un nouveau mot de passe :" |
||||
|
||||
#: ../templates/users.php:97 |
||||
msgid "Set" |
||||
msgstr "" |
||||
msgstr "Appliquer" |
||||
|
||||
#: ../templates/users.php:103 |
||||
msgid "Do you really want to delete user" |
||||
msgstr "" |
||||
msgstr "Voulez-vous réellement supprimer cet utilisateur" |
||||
|
||||
#: ../templates/users.php:110 |
||||
msgid "Do you really want to delete group" |
||||
msgstr "" |
||||
msgstr "Voulez-vous réellement supprimer ce groupe" |
||||
|
||||
|
@ -0,0 +1,130 @@ |
||||
# SOME DESCRIPTIVE TITLE. |
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
||||
# This file is distributed under the same license as the PACKAGE package. |
||||
# |
||||
# <rom1dep@gmail.com>, 2011. |
||||
msgid "" |
||||
msgstr "" |
||||
"Project-Id-Version: ownCloud\n" |
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" |
||||
"POT-Creation-Date: 2011-07-27 12:03+0200\n" |
||||
"PO-Revision-Date: 2011-07-30 07:25+0000\n" |
||||
"Last-Translator: rom1dep <rom1dep@gmail.com>\n" |
||||
"Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n" |
||||
"MIME-Version: 1.0\n" |
||||
"Content-Type: text/plain; charset=UTF-8\n" |
||||
"Content-Transfer-Encoding: 8bit\n" |
||||
"Language: fr\n" |
||||
"Plural-Forms: nplurals=2; plural=(n > 1)\n" |
||||
|
||||
#: ../templates/404.php:15 |
||||
msgid "Error 404, Cloud not found" |
||||
msgstr "Erreur 404, la page demandée n'existe pas" |
||||
|
||||
#: ../templates/installation.php:6 |
||||
msgid "<strong>ownCloud</strong> is your personal web storage." |
||||
msgstr "<strong>ownCloud</strong> est votre espace de stockage web personnel." |
||||
|
||||
#: ../templates/installation.php:7 |
||||
msgid "Finish the setup by following the steps below." |
||||
msgstr "Terminez l'installation en suivant les étapes ci-dessous." |
||||
|
||||
#: ../templates/installation.php:26 |
||||
msgid "Create an <strong>admin account</strong>." |
||||
msgstr "Veuillez créer un <strong>compte administrateur.</strong>" |
||||
|
||||
#: ../templates/installation.php:27 |
||||
msgid "Username" |
||||
msgstr "Nom d'utilisateur" |
||||
|
||||
#: ../templates/installation.php:28 |
||||
msgid "Password" |
||||
msgstr "Mot de passe" |
||||
|
||||
#: ../templates/installation.php:31 |
||||
msgid "Advanced" |
||||
msgstr "Avancé" |
||||
|
||||
#: ../templates/installation.php:34 |
||||
msgid "Set where to store the data." |
||||
msgstr "Sélectionnez où sauvegarder les données" |
||||
|
||||
#: ../templates/installation.php:35 |
||||
msgid "Data directory:" |
||||
msgstr "Répertoire de données" |
||||
|
||||
#: ../templates/installation.php:39 |
||||
msgid "Configure the database." |
||||
msgstr "Configurez la base de données." |
||||
|
||||
#: ../templates/installation.php:43 |
||||
msgid "SQLite will be used for the database. You have nothing to do." |
||||
msgstr "" |
||||
"SQLite sera utilisé comme moteur pour la base de données. Vous n'avez rien " |
||||
"de plus à faire." |
||||
|
||||
#: ../templates/installation.php:46 |
||||
msgid "SQLite" |
||||
msgstr "SQLite" |
||||
|
||||
#: ../templates/installation.php:53 |
||||
msgid "MySQL will be used for the database." |
||||
msgstr "MySQL sera utilisé comme moteur pour la base de données." |
||||
|
||||
#: ../templates/installation.php:59 |
||||
msgid "MySQL username:" |
||||
msgstr "Nom d'utilisateur MySQL :" |
||||
|
||||
#: ../templates/installation.php:60 |
||||
msgid "MySQL password:" |
||||
msgstr "Mot de passe MySQL :" |
||||
|
||||
#: ../templates/installation.php:61 |
||||
msgid "Database name:" |
||||
msgstr "Nom de la base de données :" |
||||
|
||||
#: ../templates/installation.php:62 |
||||
msgid "Host:" |
||||
msgstr "Hôte :" |
||||
|
||||
#: ../templates/installation.php:63 |
||||
msgid "Table prefix:" |
||||
msgstr "Préfixe de table :" |
||||
|
||||
#: ../templates/installation.php:69 |
||||
msgid "Finish setup" |
||||
msgstr "Terminer l'installation" |
||||
|
||||
#: ../templates/layout.guest.php:33 |
||||
msgid "" |
||||
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs" |
||||
" on your own server.</p>" |
||||
msgstr "" |
||||
"<a href=\"http://owncloud.org/\">ownCloud</a> est votre solution cloud " |
||||
"personnelle qui tourne sur votre propre serveur.</p>" |
||||
|
||||
#: ../templates/login.php:6 |
||||
msgid "Login failed!" |
||||
msgstr "Échec de la connexion !" |
||||
|
||||
#: ../templates/login.php:11 ../templates/login.php:15 |
||||
msgid "Remember login" |
||||
msgstr "Se souvenir de moi" |
||||
|
||||
#: ../templates/logout.php:1 |
||||
msgid "You are logged out." |
||||
msgstr "Vous êtes désormais déconnecté." |
||||
|
||||
#: ../templates/part.pagenavi.php:6 |
||||
msgid "prev" |
||||
msgstr "précédent" |
||||
|
||||
#: ../templates/part.pagenavi.php:26 |
||||
msgid "next" |
||||
msgstr "suivant" |
||||
|
||||
#: ../templates/part.searchbox.php:3 |
||||
msgid "Search" |
||||
msgstr "Rechercher" |
||||
|
||||
|
@ -0,0 +1,28 @@ |
||||
# SOME DESCRIPTIVE TITLE. |
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
||||
# This file is distributed under the same license as the PACKAGE package. |
||||
# |
||||
# <rom1dep@gmail.com>, 2011. |
||||
msgid "" |
||||
msgstr "" |
||||
"Project-Id-Version: ownCloud\n" |
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" |
||||
"POT-Creation-Date: 2011-07-27 12:03+0200\n" |
||||
"PO-Revision-Date: 2011-07-30 07:17+0000\n" |
||||
"Last-Translator: rom1dep <rom1dep@gmail.com>\n" |
||||
"Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n" |
||||
"MIME-Version: 1.0\n" |
||||
"Content-Type: text/plain; charset=UTF-8\n" |
||||
"Content-Transfer-Encoding: 8bit\n" |
||||
"Language: fr\n" |
||||
"Plural-Forms: nplurals=2; plural=(n > 1)\n" |
||||
|
||||
#: ../templates/index.php:2 |
||||
msgid "Questions and Answers" |
||||
msgstr "Questions / Réponses" |
||||
|
||||
#: ../templates/index.php:24 |
||||
msgid "ASK A QUESTION" |
||||
msgstr "Poser une question" |
||||
|
||||
|
@ -1,66 +1,68 @@ |
||||
# SOME DESCRIPTIVE TITLE. |
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
||||
# This file is distributed under the same license as the PACKAGE package. |
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
||||
# |
||||
#, fuzzy |
||||
# <rom1dep@gmail.com>, 2011. |
||||
msgid "" |
||||
msgstr "" |
||||
"Project-Id-Version: PACKAGE VERSION\n" |
||||
"Report-Msgid-Bugs-To: \n" |
||||
"Project-Id-Version: ownCloud\n" |
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" |
||||
"POT-Creation-Date: 2011-07-27 12:03+0200\n" |
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
||||
"Language-Team: LANGUAGE <LL@li.org>\n" |
||||
"Language: \n" |
||||
"PO-Revision-Date: 2011-07-30 07:16+0000\n" |
||||
"Last-Translator: rom1dep <rom1dep@gmail.com>\n" |
||||
"Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n" |
||||
"MIME-Version: 1.0\n" |
||||
"Content-Type: text/plain; charset=CHARSET\n" |
||||
"Content-Type: text/plain; charset=UTF-8\n" |
||||
"Content-Transfer-Encoding: 8bit\n" |
||||
"Language: fr\n" |
||||
"Plural-Forms: nplurals=2; plural=(n > 1)\n" |
||||
|
||||
#: ../templates/index.php:4 |
||||
msgid "Filter:" |
||||
msgstr "" |
||||
msgstr "Filtre :" |
||||
|
||||
#: ../templates/index.php:7 |
||||
msgid "Logins" |
||||
msgstr "" |
||||
msgstr "Connexions" |
||||
|
||||
#: ../templates/index.php:8 |
||||
msgid "Logouts" |
||||
msgstr "" |
||||
msgstr "Déconnexions" |
||||
|
||||
#: ../templates/index.php:9 |
||||
msgid "Downloads" |
||||
msgstr "" |
||||
msgstr "Téléchargements" |
||||
|
||||
#: ../templates/index.php:10 |
||||
msgid "Uploads" |
||||
msgstr "" |
||||
msgstr "Téléversements" |
||||
|
||||
#: ../templates/index.php:11 |
||||
msgid "Creations" |
||||
msgstr "" |
||||
msgstr "Créations" |
||||
|
||||
#: ../templates/index.php:12 |
||||
msgid "Deletions" |
||||
msgstr "" |
||||
msgstr "Suppressions" |
||||
|
||||
#: ../templates/index.php:15 |
||||
msgid "Show:" |
||||
msgstr "" |
||||
msgstr "Afficher :" |
||||
|
||||
#: ../templates/index.php:16 |
||||
msgid "entries per page." |
||||
msgstr "" |
||||
msgstr "entrées par page." |
||||
|
||||
#: ../templates/index.php:26 |
||||
msgid "What" |
||||
msgstr "" |
||||
msgstr "Quoi" |
||||
|
||||
#: ../templates/index.php:27 |
||||
msgid "When" |
||||
msgstr "" |
||||
msgstr "Quand" |
||||
|
||||
#: ../templates/index.php:45 |
||||
msgid "Clear log entries before" |
||||
msgstr "" |
||||
msgstr "Effacer les entrées du journal au préalable" |
||||
|
||||
|
@ -1,86 +1,88 @@ |
||||
# SOME DESCRIPTIVE TITLE. |
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
||||
# This file is distributed under the same license as the PACKAGE package. |
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
||||
# |
||||
#, fuzzy |
||||
# <rom1dep@gmail.com>, 2011. |
||||
msgid "" |
||||
msgstr "" |
||||
"Project-Id-Version: PACKAGE VERSION\n" |
||||
"Report-Msgid-Bugs-To: \n" |
||||
"Project-Id-Version: ownCloud\n" |
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" |
||||
"POT-Creation-Date: 2011-07-27 12:03+0200\n" |
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
||||
"Language-Team: LANGUAGE <LL@li.org>\n" |
||||
"Language: \n" |
||||
"PO-Revision-Date: 2011-07-30 07:10+0000\n" |
||||
"Last-Translator: rom1dep <rom1dep@gmail.com>\n" |
||||
"Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n" |
||||
"MIME-Version: 1.0\n" |
||||
"Content-Type: text/plain; charset=CHARSET\n" |
||||
"Content-Type: text/plain; charset=UTF-8\n" |
||||
"Content-Transfer-Encoding: 8bit\n" |
||||
"Language: fr\n" |
||||
"Plural-Forms: nplurals=2; plural=(n > 1)\n" |
||||
|
||||
#: ../templates/index.php:3 |
||||
msgid "Account information" |
||||
msgstr "" |
||||
msgstr "Informations sur le compte" |
||||
|
||||
#: ../templates/index.php:5 |
||||
msgid "You're currently using" |
||||
msgstr "" |
||||
msgstr "Vous utilisez actuellement" |
||||
|
||||
#: ../templates/index.php:5 |
||||
msgid "of your" |
||||
msgstr "" |
||||
msgstr "de votre" |
||||
|
||||
#: ../templates/index.php:5 |
||||
msgid "space" |
||||
msgstr "" |
||||
msgstr "espace de stockage" |
||||
|
||||
#: ../templates/index.php:11 |
||||
msgid "Change Password" |
||||
msgstr "" |
||||
msgstr "Changer votre mot de passe" |
||||
|
||||
#: ../templates/index.php:12 |
||||
msgid "Your password got changed" |
||||
msgstr "" |
||||
msgstr "Votre mot de passe a été changé" |
||||
|
||||
#: ../templates/index.php:15 |
||||
msgid "Old password:" |
||||
msgstr "" |
||||
msgstr "Ancien mot de passe :" |
||||
|
||||
#: ../templates/index.php:19 |
||||
msgid "New password" |
||||
msgstr "" |
||||
msgstr "Nouveau mot de passe :" |
||||
|
||||
#: ../templates/index.php:24 |
||||
msgid "Show new password" |
||||
msgstr "" |
||||
msgstr "Afficher votre nouveau mot de passe" |
||||
|
||||
#: ../templates/index.php:34 |
||||
msgid "Language" |
||||
msgstr "" |
||||
msgstr "Langue" |
||||
|
||||
#: ../ajax/changepassword.php:13 ../ajax/setlanguage.php:13 |
||||
msgid "Authentication error" |
||||
msgstr "" |
||||
msgstr "Erreur d'authentification" |
||||
|
||||
#: ../ajax/changepassword.php:19 |
||||
msgid "You have to enter the old and the new password!" |
||||
msgstr "" |
||||
msgstr "Vous devez saisir l'ancien et le nouveau mot de passe !" |
||||
|
||||
#: ../ajax/changepassword.php:25 |
||||
msgid "Your old password is wrong!" |
||||
msgstr "" |
||||
msgstr "Votre ancien mot de passe est erroné !" |
||||
|
||||
#: ../ajax/changepassword.php:31 |
||||
msgid "Password changed" |
||||
msgstr "" |
||||
msgstr "Mot de passe changé avec succès" |
||||
|
||||
#: ../ajax/changepassword.php:34 |
||||
msgid "Unable to change password" |
||||
msgstr "" |
||||
msgstr "Impossible de changer le mot de passe" |
||||
|
||||
#: ../ajax/setlanguage.php:21 |
||||
msgid "Language changed" |
||||
msgstr "" |
||||
msgstr "Langue changée avec succès" |
||||
|
||||
#: ../ajax/setlanguage.php:23 |
||||
msgid "Invalid request" |
||||
msgstr "" |
||||
msgstr "Requète invalide" |
||||
|
||||
|
@ -1,27 +1,28 @@ |
||||
# SOME DESCRIPTIVE TITLE. |
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
||||
# This file is distributed under the same license as the PACKAGE package. |
||||
# |
||||
# Robin Appelman <icewind1991@gmail.com>, 2011. |
||||
msgid "" |
||||
msgstr "" |
||||
"Project-Id-Version: \n" |
||||
"Report-Msgid-Bugs-To: \n" |
||||
"POT-Creation-Date: 2011-06-20 22:00+0200\n" |
||||
"PO-Revision-Date: 2011-06-21 15:03+0200\n" |
||||
"Last-Translator: Robin Appelman <icewind1991@gmail.com>\n" |
||||
"Language-Team: Dutch <>\n" |
||||
"Language: \n" |
||||
"Project-Id-Version: ownCloud\n" |
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" |
||||
"POT-Creation-Date: 2011-07-27 12:03+0200\n" |
||||
"PO-Revision-Date: 2011-07-25 16:18+0000\n" |
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n" |
||||
"Language-Team: LANGUAGE <LL@li.org>\n" |
||||
"MIME-Version: 1.0\n" |
||||
"Content-Type: text/plain; charset=UTF-8\n" |
||||
"Content-Transfer-Encoding: 8bit\n" |
||||
"X-Generator: Lokalize 1.2\n" |
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
||||
"Language: nl\n" |
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n" |
||||
|
||||
#: ../templates/index.php:2 |
||||
msgid "Questions and Answers" |
||||
msgstr "Vraag en Antwoord" |
||||
|
||||
#: ../templates/index.php:21 |
||||
#: ../templates/index.php:24 |
||||
msgid "ASK A QUESTION" |
||||
msgstr "Stel een vraag" |
||||
|
||||
|
||||
|
@ -1,28 +1,28 @@ |
||||
# SOME DESCRIPTIVE TITLE. |
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
||||
# This file is distributed under the same license as the PACKAGE package. |
||||
# |
||||
# Kamil Domański <kdomanski@kdemail.net>, 2011. |
||||
msgid "" |
||||
msgstr "" |
||||
"Project-Id-Version: \n" |
||||
"Report-Msgid-Bugs-To: \n" |
||||
"POT-Creation-Date: 2011-06-21 16:19+0200\n" |
||||
"PO-Revision-Date: 2011-06-22 03:45+0200\n" |
||||
"Last-Translator: Kamil Domański <kdomanski@kdemail.net>\n" |
||||
"Language-Team: Polish <owncloud@kde.org>\n" |
||||
"Language: \n" |
||||
"Project-Id-Version: ownCloud\n" |
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" |
||||
"POT-Creation-Date: 2011-07-27 12:03+0200\n" |
||||
"PO-Revision-Date: 2011-07-25 16:16+0000\n" |
||||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n" |
||||
"Language-Team: LANGUAGE <LL@li.org>\n" |
||||
"MIME-Version: 1.0\n" |
||||
"Content-Type: text/plain; charset=UTF-8\n" |
||||
"Content-Transfer-Encoding: 8bit\n" |
||||
"X-Generator: Lokalize 1.2\n" |
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " |
||||
"|| n%100>=20) ? 1 : 2);\n" |
||||
"Language: pl\n" |
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" |
||||
|
||||
#: ../templates/index.php:2 |
||||
msgid "Questions and Answers" |
||||
msgstr "Pytania i odpowiedzi" |
||||
|
||||
#: ../templates/index.php:21 |
||||
#: ../templates/index.php:24 |
||||
msgid "ASK A QUESTION" |
||||
msgstr "ZADAJ PYTANIE" |
||||
|
||||
|
||||
|
@ -1,26 +0,0 @@ |
||||
# SOME DESCRIPTIVE TITLE. |
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
||||
# This file is distributed under the same license as the PACKAGE package. |
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
||||
# |
||||
#, fuzzy |
||||
msgid "" |
||||
msgstr "" |
||||
"Project-Id-Version: PACKAGE VERSION\n" |
||||
"Report-Msgid-Bugs-To: \n" |
||||
"POT-Creation-Date: 2011-07-27 12:03+0200\n" |
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
||||
"Language-Team: LANGUAGE <LL@li.org>\n" |
||||
"Language: \n" |
||||
"MIME-Version: 1.0\n" |
||||
"Content-Type: text/plain; charset=CHARSET\n" |
||||
"Content-Transfer-Encoding: 8bit\n" |
||||
|
||||
#: ../templates/index.php:2 |
||||
msgid "Questions and Answers" |
||||
msgstr "" |
||||
|
||||
#: ../templates/index.php:24 |
||||
msgid "ASK A QUESTION" |
||||
msgstr "" |
@ -0,0 +1,14 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Filter:" => "Филтър:", |
||||
"Logins" => "Влизания:", |
||||
"Logouts" => "Изходи:", |
||||
"Downloads" => "Тегления", |
||||
"Uploads" => "Качвания", |
||||
"Creations" => "Създавания:", |
||||
"Deletions" => "Изтривания:", |
||||
"Show:" => "Показва:", |
||||
"entries per page." => "записа на страница.", |
||||
"What" => "Какво", |
||||
"When" => "Кога", |
||||
"Clear log entries before" => "Изчисти записите от журналите" |
||||
); |
@ -0,0 +1,14 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Filter:" => "Filtre :", |
||||
"Logins" => "Connexions", |
||||
"Logouts" => "Déconnexions", |
||||
"Downloads" => "Téléchargements", |
||||
"Uploads" => "Téléversements", |
||||
"Creations" => "Créations", |
||||
"Deletions" => "Suppressions", |
||||
"Show:" => "Afficher :", |
||||
"entries per page." => "entrées par page.", |
||||
"What" => "Quoi", |
||||
"When" => "Quand", |
||||
"Clear log entries before" => "Effacer les entrées du journal au préalable" |
||||
); |
@ -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" => "Невалидна заявка" |
||||
); |
@ -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" |
||||
); |
Loading…
Reference in new issue