Transifex connection, added French and part of Bulgarian

remotes/origin/stable
Jan-Christoph Borchardt 13 years ago
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

@ -7,11 +7,10 @@
"Modified" => "Ændret", "Modified" => "Ændret",
"Administration" => "Administration", "Administration" => "Administration",
"System Settings" => "System indstillinger", "System Settings" => "System indstillinger",
"Add user" => "Tilføj bruger", "Users" => "Brugere",
"Groups" => "Grupper",
"Password" => "Kodeord", "Password" => "Kodeord",
"Create user" => "Lav bruger",
"remove" => "slet", "remove" => "slet",
"Groups" => "Grupper",
"Create group" => "Lav gruppe", "Create group" => "Lav gruppe",
"Force new password:" => "Tving ny adgangskode", "Force new password:" => "Tving ny adgangskode",
"Set" => "Indstil", "Set" => "Indstil",

@ -7,10 +7,10 @@
"Modified" => "Änderungsdatum", "Modified" => "Änderungsdatum",
"Administration" => "Verwaltung", "Administration" => "Verwaltung",
"System Settings" => "Systemeinstellungen", "System Settings" => "Systemeinstellungen",
"Users" => "Nutzer",
"Groups" => "Gruppen", "Groups" => "Gruppen",
"Add user" => "Nutzer hinzufügen",
"Password" => "Passwort", "Password" => "Passwort",
"Create user" => "Nutzer erstellen", "Create" => "Erstellen",
"remove" => "entfernen", "remove" => "entfernen",
"Create group" => "Gruppe erstellen", "Create group" => "Gruppe erstellen",
"Force new password:" => "Neues Passwort:", "Force new password:" => "Neues Passwort:",

@ -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"
);

@ -7,10 +7,9 @@
"Modified" => "Laatst aangepast", "Modified" => "Laatst aangepast",
"Administration" => "Administratie", "Administration" => "Administratie",
"System Settings" => "Systeeminstellingen", "System Settings" => "Systeeminstellingen",
"Users" => "Gebruikers",
"Groups" => "Groepen", "Groups" => "Groepen",
"Add user" => "Gebruiker toevoegen",
"Password" => "Wachtwoord", "Password" => "Wachtwoord",
"Create user" => "Gebruiker aanmaken",
"remove" => "verwijder", "remove" => "verwijder",
"Create group" => "Groep aanmaken", "Create group" => "Groep aanmaken",
"Force new password:" => "Forceer nieuw wachtwoord:", "Force new password:" => "Forceer nieuw wachtwoord:",

@ -7,15 +7,13 @@
"Modified" => "Zmodyfikowano", "Modified" => "Zmodyfikowano",
"Administration" => "Administracja", "Administration" => "Administracja",
"System Settings" => "Ustawienia systemowe", "System Settings" => "Ustawienia systemowe",
"Add user" => "Dodaj użytkownika", "Users" => "Użytkownicy",
"Groups" => "Grupy",
"Password" => "Hasło", "Password" => "Hasło",
"Create user" => "Utwórz użytkownika",
"remove" => "usuń", "remove" => "usuń",
"Groups" => "Grupy",
"Create group" => "Utwórz grupę", "Create group" => "Utwórz grupę",
"Force new password:" => "Wymuś nowe hasło", "Force new password:" => "Wymuś nowe hasło",
"Set" => "Ustaw", "Set" => "Ustaw",
"Do you really want to delete user" => "Czy naprawdę chcesz usunąć użytkownika", "Do you really want to delete user" => "Czy naprawdę chcesz usunąć użytkownika",
"Do you really want to delete group" => "Czy naprawdę chcesz usunąć grupę", "Do you really want to delete group" => "Czy naprawdę chcesz usunąć grupę"
"Users" => "Użytkownicy"
); );

@ -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,22 +1,12 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Error 404, Cloud not found" => "Fejl 404, Skyen kan ikke findes", "Error 404, Cloud not found" => "Fejl 404, Skyen kan ikke findes",
"Welcome to <strong>ownCloud</strong>, your personnal cloud." => "Velkommen til <strong>ownCloud</strong>, din personlige Sky.",
"To finish the installation, please follow the steps below." => "For at fuldføre installationen, følg venligst nedenstående trin",
"Create an <strong>admin account.</strong>" => "Lav en <strong>administrator konto.</strong>",
"Login:" => "Login:",
"Password:" => "Kodeord:",
"Advanced" => "Avanceret", "Advanced" => "Avanceret",
"Set where to store the data." => "Indstil data mappe.", "Set where to store the data." => "Indstil data mappe.",
"Data directory:" => "Data mappe:", "Data directory:" => "Data mappe:",
"Configure your database." => "Konfigurer din database.",
"I will use a SQLite database. You have nothing to do!" => "Jeg vil benytte en SQLite database. Du skal ikke gøre noget!",
"SQLite" => "SQLite", "SQLite" => "SQLite",
"I will use a MySQL database." => "Jeg vil benytte en MySQL database.",
"Host:" => "Host:",
"Database name:" => "Database navn:", "Database name:" => "Database navn:",
"Host:" => "Host:",
"Table prefix:" => "Tabel prefix:", "Table prefix:" => "Tabel prefix:",
"MySQL user login:" => "MySQL bruger login:",
"MySQL user password:" => "MySQL bruger password:",
"Finish setup" => "Afslut installation", "Finish setup" => "Afslut 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> er din personly sky der køre på din egen server.</p>", "<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> er din personly sky der køre på din egen server.</p>",
"Login failed!" => "Login mislykkedes", "Login failed!" => "Login mislykkedes",

@ -1,27 +1,28 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Error 404, Cloud not found" => "Cloud konnte nicht gefunden werden.", "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.", "<strong>ownCloud</strong> is your personal web storage." => "<strong>ownCloud</strong> ist dein persönlicher Online-Speicher.",
"To finish the installation, please follow the steps below." => "Die Installation ist fast abgeschlossen.", "Finish the setup by following the steps below." => "Die Installation ist fast abgeschlossen.",
"Create an <strong>admin account.</strong>" => "<strong>Verwaltungskonto</strong> erstellen.", "Create an <strong>admin account</strong>." => "<strong>Verwalter-Konto</strong> erstellen",
"Login:" => "Benutzername:", "Username" => "Nutzername",
"Password:" => "Passwort:", "Password" => "Passwort",
"Advanced" => "Erweitert", "Advanced" => "Erweitert",
"Set where to store the data." => "Speicherort der Daten", "Set where to store the data." => "Speicherort der Daten",
"Data directory:" => "Datenverzeichnis:", "Data directory:" => "Datenverzeichnis:",
"Configure your database." => "Datenbank einstellen.", "Configure the database." => "Datenbank einrichten",
"I will use a SQLite database. You have nothing to do!" => "Es wird eine SQLite-Datenbank genutzt.", "SQLite will be used for the database. You have nothing to do." => "SQLite wird als Datenbank genutzt.",
"SQLite" => "SQLite", "SQLite" => "SQLite",
"I will use a MySQL database." => "Es wird eine MySQL-Datenbank genutzt.", "MySQL will be used for the database." => "MySQL wird als Datenbank genutzt.",
"Host:" => "Host:", "MySQL username:" => "MySQL-Nutzername:",
"MySQL password:" => "MySQL-Passwort:",
"Database name:" => "Datenbankname:", "Database name:" => "Datenbankname:",
"Host:" => "Host:",
"Table prefix:" => "Tabellenpräfix:", "Table prefix:" => "Tabellenpräfix:",
"MySQL user login:" => "MySQL-Nutzername:", "Finish setup" => "Installation abschließen",
"MySQL user password:" => "MySQL-Passwort:",
"<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>", "<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!", "Login failed!" => "Anmeldung fehlgeschlagen!",
"You are logged out." => "Sie wurden abgemeldet.", "Remember login" => "Anmeldung merken",
"prev" => "zurück", "You are logged out." => "Erfolgreich abgemeldet.",
"next" => "weiter", "prev" => "Zurück",
"Search" => "Suchen", "next" => "Weiter",
"Finish setup" => "Installation abschließen" "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"
);

@ -1,22 +1,12 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Error 404, Cloud not found" => "Fout 404, Cloud niet gevonden.", "Error 404, Cloud not found" => "Fout 404, Cloud niet gevonden.",
"Welcome to <strong>ownCloud</strong>, your personnal cloud." => "Welkom by <strong>ownCloud</strong>, uw persoonlijke cloud",
"To finish the installation, please follow the steps below." => "Volg de volgende stappen om de installatie te voltooien.",
"Create an <strong>admin account.</strong>" => "Maak een <strong>beheerdersaccount</strong> aan",
"Login:" => "Gebruikersnaam:",
"Password:" => "Wachtwoord:",
"Advanced" => "Geavanceerd", "Advanced" => "Geavanceerd",
"Set where to store the data." => "Bepaal de opslaglocatie.", "Set where to store the data." => "Bepaal de opslaglocatie.",
"Data directory:" => "Gegevensmap:", "Data directory:" => "Gegevensmap:",
"Configure your database." => "Configureer uw database.",
"I will use a SQLite database. You have nothing to do!" => "Er zal een SQLite database gebruikt worden. U hoeft geen verdere instellingen te maken.",
"SQLite" => "SQLite", "SQLite" => "SQLite",
"I will use a MySQL database." => "Er zal een MySQL database gebruikt worden.",
"Host:" => "Host:",
"Database name:" => "Databasenaam:", "Database name:" => "Databasenaam:",
"Host:" => "Host:",
"Table prefix:" => "Voorvoegsel voor tabelnamen:", "Table prefix:" => "Voorvoegsel voor tabelnamen:",
"MySQL user login:" => "MySQL gebruikersnaam.",
"MySQL user password:" => "MySQL wachtwoord",
"Finish setup" => "Installatie afronden", "Finish setup" => "Installatie afronden",
"<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> is een persoonlijke cloud die op uw eigen server draait.</p>", "<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> is een persoonlijke cloud die op uw eigen server draait.</p>",
"Login failed!" => "Aanmelden mislukt.", "Login failed!" => "Aanmelden mislukt.",

@ -1,22 +1,12 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Error 404, Cloud not found" => "Błąd 404, Chmura nie znaleziona", "Error 404, Cloud not found" => "Błąd 404, Chmura nie znaleziona",
"Welcome to <strong>ownCloud</strong>, your personnal cloud." => "Witaj w <strong>ownCloud</strong>, Twojej osobistej chmurze.",
"To finish the installation, please follow the steps below." => "By zakończyć instalację, podążaj poniższymi krokami.",
"Create an <strong>admin account.</strong>" => "Utwórz <strong>konto administratora</strong>.",
"Login:" => "Login:",
"Password:" => "Hasło:",
"Advanced" => "Zaawansowane", "Advanced" => "Zaawansowane",
"Set where to store the data." => "Ustaw, gdzie przechowywać dane.", "Set where to store the data." => "Ustaw, gdzie przechowywać dane.",
"Data directory:" => "Katalog danych:", "Data directory:" => "Katalog danych:",
"Configure your database." => "Skonfiguruj Twoją bazę danych.",
"I will use a SQLite database. You have nothing to do!" => "Użyję bazy SQLite. Nie masz tu nic do roboty!",
"SQLite" => "SQLite", "SQLite" => "SQLite",
"I will use a MySQL database." => "Użyję bazy danych MySQL.",
"Host:" => "Host:",
"Database name:" => "Nazwa bazy:", "Database name:" => "Nazwa bazy:",
"Host:" => "Host:",
"Table prefix:" => "Przedrostek tabeli:", "Table prefix:" => "Przedrostek tabeli:",
"MySQL user login:" => "Login użytkownika MySQL:",
"MySQL user password:" => "Hasło użytkownika MySQL:",
"Finish setup" => "Zakończ instalację", "Finish setup" => "Zakończ instalację",
"<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> jest osobistą chmurą działającą na Twoim własnym serwerze.</p>", "<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> jest osobistą chmurą działającą na Twoim własnym serwerze.</p>",
"Login failed!" => "Nie udało się zalogować!", "Login failed!" => "Nie udało się zalogować!",

@ -1,7 +1,7 @@
<?php if(!$_['files']) echo '<span id="emptyfolder">Nothing in here. Upload something!</span><style>.file_upload_filename { background-color:#ffc100; border:#dda600 1px solid; }</style>'; <?php if(!$_['files']) echo '<span id="emptyfolder">Nothing in here. Upload something!</span><style>.file_upload_filename { background-color:#ffc100; border:#dda600 1px solid; }</style>';
foreach($_['files'] as $file): foreach($_['files'] as $file):
$simple_file_size = simple_file_size($file['size']); $simple_file_size = simple_file_size($file['size']);
$simple_size_color = 200-intval($file['size']/(1024*1024)*5); $simple_size_color = 200-intval($file['size']/(1024*1024)*2);
if($simple_size_color<0) $simple_size_color = 0; if($simple_size_color<0) $simple_size_color = 0;
$relative_modified_date = relative_modified_date($file['mtime']); $relative_modified_date = relative_modified_date($file['mtime']);
$relative_date_color = round((time()-$file['mtime'])/60/60/24*7); //days ago $relative_date_color = round((time()-$file['mtime'])/60/60/24*7); //days ago

@ -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"
);

@ -1,25 +1,25 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. #
# # Stefan Ilivanov <ilivanov@gmail.com>, 2011.
#, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: 2011-07-28 00:33+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: ep98 <ilivanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.net/projects/p/owncloud/team/bg_BG/)\n"
"Language: \n"
"MIME-Version: 1.0\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" "Content-Transfer-Encoding: 8bit\n"
"Language: bg_BG\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/404.php:15 #: ../templates/404.php:15
msgid "Error 404, Cloud not found" msgid "Error 404, Cloud not found"
msgstr "" msgstr "Грешка 404, обклакът не намерен"
#: ../templates/installation.php:6 #: ../templates/installation.php:6
msgid "<strong>ownCloud</strong> is your personal web storage." msgid "<strong>ownCloud</strong> is your personal web storage."
@ -43,15 +43,15 @@ msgstr ""
#: ../templates/installation.php:31 #: ../templates/installation.php:31
msgid "Advanced" msgid "Advanced"
msgstr "" msgstr "Разширено"
#: ../templates/installation.php:34 #: ../templates/installation.php:34
msgid "Set where to store the data." msgid "Set where to store the data."
msgstr "" msgstr "Изберете къде да записва данните"
#: ../templates/installation.php:35 #: ../templates/installation.php:35
msgid "Data directory:" msgid "Data directory:"
msgstr "" msgstr "Директория за данни:"
#: ../templates/installation.php:39 #: ../templates/installation.php:39
msgid "Configure the database." msgid "Configure the database."
@ -63,7 +63,7 @@ msgstr ""
#: ../templates/installation.php:46 #: ../templates/installation.php:46
msgid "SQLite" msgid "SQLite"
msgstr "" msgstr "SQLite"
#: ../templates/installation.php:53 #: ../templates/installation.php:53
msgid "MySQL will be used for the database." msgid "MySQL will be used for the database."
@ -79,29 +79,31 @@ msgstr ""
#: ../templates/installation.php:61 #: ../templates/installation.php:61
msgid "Database name:" msgid "Database name:"
msgstr "" msgstr "Име на базата:"
#: ../templates/installation.php:62 #: ../templates/installation.php:62
msgid "Host:" msgid "Host:"
msgstr "" msgstr "хост:"
#: ../templates/installation.php:63 #: ../templates/installation.php:63
msgid "Table prefix:" msgid "Table prefix:"
msgstr "" msgstr "Префикс за таблиците:"
#: ../templates/installation.php:69 #: ../templates/installation.php:69
msgid "Finish setup" msgid "Finish setup"
msgstr "" msgstr "Завършване на настройките"
#: ../templates/layout.guest.php:33 #: ../templates/layout.guest.php:33
msgid "" msgid ""
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs " "<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs"
"on your own server.</p>" " on your own server.</p>"
msgstr "" msgstr ""
"<a href=\"http://owncloud.org/\">ownCloud</a> е персонален облак който "
"работи от Ваш собствен сървър.</p>"
#: ../templates/login.php:6 #: ../templates/login.php:6
msgid "Login failed!" msgid "Login failed!"
msgstr "" msgstr "Входа пропадна!"
#: ../templates/login.php:11 ../templates/login.php:15 #: ../templates/login.php:11 ../templates/login.php:15
msgid "Remember login" msgid "Remember login"
@ -109,16 +111,18 @@ msgstr ""
#: ../templates/logout.php:1 #: ../templates/logout.php:1
msgid "You are logged out." msgid "You are logged out."
msgstr "" msgstr "Вие излязохте."
#: ../templates/part.pagenavi.php:6 #: ../templates/part.pagenavi.php:6
msgid "prev" msgid "prev"
msgstr "" msgstr "пред."
#: ../templates/part.pagenavi.php:26 #: ../templates/part.pagenavi.php:26
msgid "next" msgid "next"
msgstr "" msgstr "следващо"
#: ../templates/part.searchbox.php:3 #: ../templates/part.searchbox.php:3
msgid "Search" msgid "Search"
msgstr "" msgstr "Търсене"

@ -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,20 +1,21 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. #
# # Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-06-20 22:00+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-06-21 15:08+0100\n" "PO-Revision-Date: 2011-07-28 00:09+0000\n"
"Last-Translator: Mikkel Bjerg Larsen <mikkelbjerglarsen@gmail.com>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n"
"Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/app.php:22 #: ../templates/app.php:22
msgid "read more" msgid "read more"
@ -24,8 +25,7 @@ msgstr "læs mere"
msgid "INSTALL" msgid "INSTALL"
msgstr "INSTALLER" msgstr "INSTALLER"
#: ../templates/app_noconn.php:6 #: ../templates/app_noconn.php:6 ../templates/apps.php:6
#: ../templates/apps.php:6
msgid "Apps Repository" msgid "Apps Repository"
msgstr "Applikation arkiv" msgstr "Applikation arkiv"
@ -33,10 +33,8 @@ msgstr "Applikation arkiv"
msgid "Cannot connect to apps repository" msgid "Cannot connect to apps repository"
msgstr "Kan ikke oprette forbindelse til applikations arkivet" msgstr "Kan ikke oprette forbindelse til applikations arkivet"
#: ../templates/apps.php:13 #: ../templates/apps.php:13 ../templates/users.php:6 ../templates/users.php:15
#: ../templates/users.php:6 #: ../templates/users.php:51
#: ../templates/users.php:20
#: ../templates/users.php:50
msgid "Name" msgid "Name"
msgstr "Navn" msgstr "Navn"
@ -52,45 +50,44 @@ msgstr "Administration"
msgid "System Settings" msgid "System Settings"
msgstr "System indstillinger" msgstr "System indstillinger"
#: ../templates/users.php:13 #: ../templates/users.php:2
msgid "Add user" msgid "Users"
msgstr "Tilføj bruger" msgstr "Brugere"
#: ../templates/users.php:21 #: ../templates/users.php:7 ../templates/users.php:47
msgid "Groups"
msgstr "Grupper"
#: ../templates/users.php:16
msgid "Password" msgid "Password"
msgstr "Kodeord" msgstr "Kodeord"
#: ../templates/users.php:30 #: ../templates/users.php:25
msgid "Create user" msgid "Create"
msgstr "Lav bruger" msgstr ""
#: ../templates/users.php:40 #: ../templates/users.php:37 ../templates/users.php:69
#: ../templates/users.php:68
msgid "remove" msgid "remove"
msgstr "slet" msgstr "slet"
#: ../templates/users.php:46 #: ../templates/users.php:59
#: ../templates/users.php:7
msgid "Groups"
msgstr "Grupper"
#: ../templates/users.php:58
msgid "Create group" msgid "Create group"
msgstr "Lav gruppe" msgstr "Lav gruppe"
#: ../templates/users.php:94 #: ../templates/users.php:95
msgid "Force new password:" msgid "Force new password:"
msgstr "Tving ny adgangskode" msgstr "Tving ny adgangskode"
#: ../templates/users.php:96 #: ../templates/users.php:97
msgid "Set" msgid "Set"
msgstr "Indstil" msgstr "Indstil"
#: ../templates/users.php:102 #: ../templates/users.php:103
msgid "Do you really want to delete user" msgid "Do you really want to delete user"
msgstr "Vil du virkelig slette denne bruger?" msgstr "Vil du virkelig slette denne bruger?"
#: ../templates/users.php:109 #: ../templates/users.php:110
msgid "Do you really want to delete group" msgid "Do you really want to delete group"
msgstr "Vil du virkelig slette denne gruppe?" msgstr "Vil du virkelig slette denne gruppe?"

@ -1,44 +1,44 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. #
#
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-06-20 22:00+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-06-21 15:10+0100\n" "PO-Revision-Date: 2011-07-28 00:33+0000\n"
"Last-Translator: Mikkel Bjerg Larsen <mikkelbjerglarsen@gmail.com>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n"
"Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/404.php:15 #: ../templates/404.php:15
msgid "Error 404, Cloud not found" msgid "Error 404, Cloud not found"
msgstr "Fejl 404, Skyen kan ikke findes" msgstr "Fejl 404, Skyen kan ikke findes"
#: ../templates/installation.php:6 #: ../templates/installation.php:6
msgid "Welcome to <strong>ownCloud</strong>, your personnal cloud." msgid "<strong>ownCloud</strong> is your personal web storage."
msgstr "Velkommen til <strong>ownCloud</strong>, din personlige Sky." msgstr ""
#: ../templates/installation.php:7 #: ../templates/installation.php:7
msgid "To finish the installation, please follow the steps below." msgid "Finish the setup by following the steps below."
msgstr "For at fuldføre installationen, følg venligst nedenstående trin" msgstr ""
#: ../templates/installation.php:26 #: ../templates/installation.php:26
msgid "Create an <strong>admin account.</strong>" msgid "Create an <strong>admin account</strong>."
msgstr "Lav en <strong>administrator konto.</strong>" msgstr ""
#: ../templates/installation.php:27 #: ../templates/installation.php:27
msgid "Login:" msgid "Username"
msgstr "Login:" msgstr ""
#: ../templates/installation.php:28 #: ../templates/installation.php:28
msgid "Password:" msgid "Password"
msgstr "Kodeord:" msgstr ""
#: ../templates/installation.php:31 #: ../templates/installation.php:31
msgid "Advanced" msgid "Advanced"
@ -53,53 +53,61 @@ msgid "Data directory:"
msgstr "Data mappe:" msgstr "Data mappe:"
#: ../templates/installation.php:39 #: ../templates/installation.php:39
msgid "Configure your database." msgid "Configure the database."
msgstr "Konfigurer din database." msgstr ""
#: ../templates/installation.php:43 #: ../templates/installation.php:43
msgid "I will use a SQLite database. You have nothing to do!" msgid "SQLite will be used for the database. You have nothing to do."
msgstr "Jeg vil benytte en SQLite database. Du skal ikke gøre noget!" msgstr ""
#: ../templates/installation.php:46 #: ../templates/installation.php:46
msgid "SQLite" msgid "SQLite"
msgstr "SQLite" msgstr "SQLite"
#: ../templates/installation.php:53 #: ../templates/installation.php:53
msgid "I will use a MySQL database." msgid "MySQL will be used for the database."
msgstr "Jeg vil benytte en MySQL database." msgstr ""
#: ../templates/installation.php:59 #: ../templates/installation.php:59
msgid "Host:" msgid "MySQL username:"
msgstr "Host:" msgstr ""
#: ../templates/installation.php:60 #: ../templates/installation.php:60
msgid "Database name:" msgid "MySQL password:"
msgstr "Database navn:" msgstr ""
#: ../templates/installation.php:61 #: ../templates/installation.php:61
msgid "Table prefix:" msgid "Database name:"
msgstr "Tabel prefix:" msgstr "Database navn:"
#: ../templates/installation.php:62 #: ../templates/installation.php:62
msgid "MySQL user login:" msgid "Host:"
msgstr "MySQL bruger login:" msgstr "Host:"
#: ../templates/installation.php:63 #: ../templates/installation.php:63
msgid "MySQL user password:" msgid "Table prefix:"
msgstr "MySQL bruger password:" msgstr "Tabel prefix:"
#: ../templates/installation.php:68 #: ../templates/installation.php:69
msgid "Finish setup" msgid "Finish setup"
msgstr "Afslut installation" msgstr "Afslut installation"
#: ../templates/layout.guest.php:20 #: ../templates/layout.guest.php:33
msgid "<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" msgid ""
msgstr "<a href=\"http://owncloud.org/\">ownCloud</a> er din personly sky der køre på din egen server.</p>" "<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> er din personly sky der køre "
"på din egen server.</p>"
#: ../templates/login.php:6 #: ../templates/login.php:6
msgid "Login failed!" msgid "Login failed!"
msgstr "Login mislykkedes" msgstr "Login mislykkedes"
#: ../templates/login.php:11 ../templates/login.php:15
msgid "Remember login"
msgstr ""
#: ../templates/logout.php:1 #: ../templates/logout.php:1
msgid "You are logged out." msgid "You are logged out."
msgstr "Du er nu logget ud" msgstr "Du er nu logget ud"
@ -116,3 +124,4 @@ msgstr "næste"
msgid "Search" msgid "Search"
msgstr "Søg" msgstr "Søg"

@ -1,26 +1,27 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. #
#
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-06-20 22:00+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-06-21 15:02+0100\n" "PO-Revision-Date: 2011-07-25 16:17+0000\n"
"Last-Translator: Mikkel Bjerg Larsen <mikkelbjerglarsen@gmail.com>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n"
"Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:2 #: ../templates/index.php:2
msgid "Questions and Answers" msgid "Questions and Answers"
msgstr "Spørgsmål og Svar" msgstr "Spørgsmål og Svar"
#: ../templates/index.php:21 #: ../templates/index.php:24
msgid "ASK A QUESTION" msgid "ASK A QUESTION"
msgstr "STIL ET SPØRGSMÅL" msgstr "STIL ET SPØRGSMÅL"

@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. #
#
#, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-06-20 22:00+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: 2011-07-25 16:17+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n"
"Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:4 #: ../templates/index.php:4
msgid "Filter:" msgid "Filter:"
@ -64,3 +63,5 @@ msgstr "Hvornår"
#: ../templates/index.php:45 #: ../templates/index.php:45
msgid "Clear log entries before" msgid "Clear log entries before"
msgstr "Slet log poster før" msgstr "Slet log poster før"

@ -1,20 +1,20 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. #
#
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-06-20 22:00+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-06-21 15:00+0100\n" "PO-Revision-Date: 2011-07-25 16:17+0000\n"
"Last-Translator: Mikkel Bjerg Larsen <mikkelbjerglarsen@gmail.com>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n"
"Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:3 #: ../templates/index.php:3
msgid "Account information" msgid "Account information"
@ -56,8 +56,7 @@ msgstr "Vis den nye adgangskode"
msgid "Language" msgid "Language"
msgstr "Sprog" msgstr "Sprog"
#: ../ajax/changepassword.php:13 #: ../ajax/changepassword.php:13 ../ajax/setlanguage.php:13
#: ../ajax/setlanguage.php:13
msgid "Authentication error" msgid "Authentication error"
msgstr "Godkendelsesfejl" msgstr "Godkendelsesfejl"
@ -85,3 +84,4 @@ msgstr "Sprog ændret"
msgid "Invalid request" msgid "Invalid request"
msgstr "Invalid forespørgsel" msgstr "Invalid forespørgsel"

@ -1,21 +1,21 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. #
# # Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011.
#, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-06-20 22:00+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: 2011-07-28 00:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n"
"Language: \n"
"MIME-Version: 1.0\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" "Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/app.php:22 #: ../templates/app.php:22
msgid "read more" msgid "read more"
@ -33,8 +33,8 @@ msgstr "Anwendungen"
msgid "Cannot connect to apps repository" msgid "Cannot connect to apps repository"
msgstr "Verbindung fehlgeschlagen" msgstr "Verbindung fehlgeschlagen"
#: ../templates/apps.php:13 ../templates/users.php:6 ../templates/users.php:20 #: ../templates/apps.php:13 ../templates/users.php:6 ../templates/users.php:15
#: ../templates/users.php:50 #: ../templates/users.php:51
msgid "Name" msgid "Name"
msgstr "Name" msgstr "Name"
@ -50,42 +50,44 @@ msgstr "Verwaltung"
msgid "System Settings" msgid "System Settings"
msgstr "Systemeinstellungen" msgstr "Systemeinstellungen"
#: ../templates/users.php:7 ../templates/users.php:46 #: ../templates/users.php:2
msgid "Users"
msgstr "Nutzer"
#: ../templates/users.php:7 ../templates/users.php:47
msgid "Groups" msgid "Groups"
msgstr "Gruppen" msgstr "Gruppen"
#: ../templates/users.php:13 #: ../templates/users.php:16
msgid "Add user"
msgstr "Nutzer hinzufügen"
#: ../templates/users.php:21
msgid "Password" msgid "Password"
msgstr "Passwort" msgstr "Passwort"
#: ../templates/users.php:30 #: ../templates/users.php:25
msgid "Create user" msgid "Create"
msgstr "Nutzer erstellen" msgstr "Erstellen"
#: ../templates/users.php:40 ../templates/users.php:68 #: ../templates/users.php:37 ../templates/users.php:69
msgid "remove" msgid "remove"
msgstr "entfernen" msgstr "entfernen"
#: ../templates/users.php:58 #: ../templates/users.php:59
msgid "Create group" msgid "Create group"
msgstr "Gruppe erstellen" msgstr "Gruppe erstellen"
#: ../templates/users.php:94 #: ../templates/users.php:95
msgid "Force new password:" msgid "Force new password:"
msgstr "Neues Passwort:" msgstr "Neues Passwort:"
#: ../templates/users.php:96 #: ../templates/users.php:97
msgid "Set" msgid "Set"
msgstr "OK" msgstr "OK"
#: ../templates/users.php:102 #: ../templates/users.php:103
msgid "Do you really want to delete user" msgid "Do you really want to delete user"
msgstr "Möchtest du den Nutzer wirklich entfernen?" msgstr "Möchtest du den Nutzer wirklich entfernen?"
#: ../templates/users.php:109 #: ../templates/users.php:110
msgid "Do you really want to delete group" msgid "Do you really want to delete group"
msgstr "Möchtest du die Gruppe wirklich entfernen?" msgstr "Möchtest du die Gruppe wirklich entfernen?"

@ -1,45 +1,45 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. #
# # Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011.
#, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-06-20 22:00+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: 2011-07-28 12:04+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n"
"Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/404.php:15 #: ../templates/404.php:15
msgid "Error 404, Cloud not found" msgid "Error 404, Cloud not found"
msgstr "Cloud konnte nicht gefunden werden." msgstr "Cloud konnte nicht gefunden werden."
#: ../templates/installation.php:6 #: ../templates/installation.php:6
msgid "Welcome to <strong>ownCloud</strong>, your personnal cloud." msgid "<strong>ownCloud</strong> is your personal web storage."
msgstr "Willkommen bei <strong>ownCloud</strong>, deinem persönlichen Online-Speicher." msgstr "<strong>ownCloud</strong> ist dein persönlicher Online-Speicher."
#: ../templates/installation.php:7 #: ../templates/installation.php:7
msgid "To finish the installation, please follow the steps below." msgid "Finish the setup by following the steps below."
msgstr "Die Installation ist fast abgeschlossen." msgstr "Die Installation ist fast abgeschlossen."
#: ../templates/installation.php:26 #: ../templates/installation.php:26
msgid "Create an <strong>admin account.</strong>" msgid "Create an <strong>admin account</strong>."
msgstr "<strong>Verwaltungskonto</strong> erstellen." msgstr "<strong>Verwalter-Konto</strong> erstellen"
#: ../templates/installation.php:27 #: ../templates/installation.php:27
msgid "Login:" msgid "Username"
msgstr "Benutzername:" msgstr "Nutzername"
#: ../templates/installation.php:28 #: ../templates/installation.php:28
msgid "Password:" msgid "Password"
msgstr "Passwort:" msgstr "Passwort"
#: ../templates/installation.php:31 #: ../templates/installation.php:31
msgid "Advanced" msgid "Advanced"
@ -54,69 +54,75 @@ msgid "Data directory:"
msgstr "Datenverzeichnis:" msgstr "Datenverzeichnis:"
#: ../templates/installation.php:39 #: ../templates/installation.php:39
msgid "Configure your database." msgid "Configure the database."
msgstr "Datenbank einstellen." msgstr "Datenbank einrichten"
#: ../templates/installation.php:43 #: ../templates/installation.php:43
msgid "I will use a SQLite database. You have nothing to do!" msgid "SQLite will be used for the database. You have nothing to do."
msgstr "Es wird eine SQLite-Datenbank genutzt." msgstr "SQLite wird als Datenbank genutzt."
#: ../templates/installation.php:46 #: ../templates/installation.php:46
msgid "SQLite" msgid "SQLite"
msgstr "SQLite" msgstr "SQLite"
#: ../templates/installation.php:53 #: ../templates/installation.php:53
msgid "I will use a MySQL database." msgid "MySQL will be used for the database."
msgstr "Es wird eine MySQL-Datenbank genutzt." msgstr "MySQL wird als Datenbank genutzt."
#: ../templates/installation.php:59 #: ../templates/installation.php:59
msgid "Host:" msgid "MySQL username:"
msgstr "Host:" msgstr "MySQL-Nutzername:"
#: ../templates/installation.php:60 #: ../templates/installation.php:60
msgid "Database name:" msgid "MySQL password:"
msgstr "Datenbankname:" msgstr "MySQL-Passwort:"
#: ../templates/installation.php:61 #: ../templates/installation.php:61
msgid "Table prefix:" msgid "Database name:"
msgstr "Tabellenpräfix:" msgstr "Datenbankname:"
#: ../templates/installation.php:62 #: ../templates/installation.php:62
msgid "MySQL user login:" msgid "Host:"
msgstr "MySQL-Nutzername:" msgstr "Host:"
#: ../templates/installation.php:63 #: ../templates/installation.php:63
msgid "MySQL user password:" msgid "Table prefix:"
msgstr "MySQL-Passwort:" msgstr "Tabellenpräfix:"
#: ../templates/layout.guest.php:17 ../templates/layout.guest.php:20 #: ../templates/installation.php:69
msgid "Finish setup"
msgstr "Installation abschließen"
#: ../templates/layout.guest.php:33
msgid "" msgid ""
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs " "<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs"
"on your own server.</p>" " on your own server.</p>"
msgstr "" msgstr ""
"<a href=\"http://owncloud.org/\">ownCloud</a> ist ein privater Online-Speicher " "<a href=\"http://owncloud.org/\">ownCloud</a> ist ein privater Online-"
"für deinen eigenen Server.</p>" "Speicher für deinen eigenen Server.</p>"
#: ../templates/login.php:6 #: ../templates/login.php:6
msgid "Login failed!" msgid "Login failed!"
msgstr "Anmeldung Fehlgeschlagen!" msgstr "Anmeldung fehlgeschlagen!"
#: ../templates/login.php:11 ../templates/login.php:15
msgid "Remember login"
msgstr "Anmeldung merken"
#: ../templates/logout.php:1 #: ../templates/logout.php:1
msgid "You are logged out." msgid "You are logged out."
msgstr "Sie wurden abgemeldet." msgstr "Erfolgreich abgemeldet."
#: ../templates/part.pagenavi.php:6 #: ../templates/part.pagenavi.php:6
msgid "prev" msgid "prev"
msgstr "zurück" msgstr "Zurück"
#: ../templates/part.pagenavi.php:26 #: ../templates/part.pagenavi.php:26
msgid "next" msgid "next"
msgstr "weiter" msgstr "Weiter"
#: ../templates/part.searchbox.php:3 #: ../templates/part.searchbox.php:3
msgid "Search" msgid "Search"
msgstr "Suchen" msgstr "Suchen"
#: ../templates/installation.php:68
msgid "Finish setup"
msgstr "Installation abschließen"

@ -1,26 +1,27 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. #
#
#, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-06-20 22:00+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: 2011-07-25 16:15+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n"
"Language: \n"
"MIME-Version: 1.0\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" "Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:2 #: ../templates/index.php:2
msgid "Questions and Answers" msgid "Questions and Answers"
msgstr "Fragen & Antworten" msgstr "Fragen & Antworten"
#: ../templates/index.php:21 #: ../templates/index.php:24
msgid "ASK A QUESTION" msgid "ASK A QUESTION"
msgstr "Stell eine Frage" msgstr "Stell eine Frage"

@ -1,21 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Jakob Sack <mail@jakobsack.de>, 2011. # Jakob Sack <mail@jakobsack.de>, 2011.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-06-20 22:00+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-06-21 16:44+0200\n" "PO-Revision-Date: 2011-07-25 16:15+0000\n"
"Last-Translator: Jakob Sack <mail@jakobsack.de>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n" "Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n"
"Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.2\n" "Language: de\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:4 #: ../templates/index.php:4
msgid "Filter:" msgid "Filter:"
@ -65,3 +65,4 @@ msgstr "Wann"
msgid "Clear log entries before" msgid "Clear log entries before"
msgstr "Lösche Einträge vor dem" msgstr "Lösche Einträge vor dem"

@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. #
#
#, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-06-20 22:00+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: 2011-07-25 16:15+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n"
"Language: \n"
"MIME-Version: 1.0\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" "Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:3 #: ../templates/index.php:3
msgid "Account information" msgid "Account information"
@ -84,3 +83,5 @@ msgstr "Sprache geändert"
#: ../ajax/setlanguage.php:23 #: ../ajax/setlanguage.php:23
msgid "Invalid request" msgid "Invalid request"
msgstr "Ungültige Anfrage" msgstr "Ungültige Anfrage"

@ -1,91 +1,93 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. #
# # <rom1dep@gmail.com>, 2011.
#, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: 2011-07-30 07:29+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: rom1dep <rom1dep@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n"
"Language: \n"
"MIME-Version: 1.0\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" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
#: ../templates/app.php:22 #: ../templates/app.php:22
msgid "read more" msgid "read more"
msgstr "" msgstr "en lire plus"
#: ../templates/app.php:24 #: ../templates/app.php:24
msgid "INSTALL" msgid "INSTALL"
msgstr "" msgstr "INSTALLATION"
#: ../templates/app_noconn.php:6 ../templates/apps.php:6 #: ../templates/app_noconn.php:6 ../templates/apps.php:6
msgid "Apps Repository" msgid "Apps Repository"
msgstr "" msgstr "Répertoire d'applications"
#: ../templates/app_noconn.php:7 #: ../templates/app_noconn.php:7
msgid "Cannot connect to apps repository" 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/apps.php:13 ../templates/users.php:6 ../templates/users.php:15
#: ../templates/users.php:51 #: ../templates/users.php:51
msgid "Name" msgid "Name"
msgstr "" msgstr "Nom"
#: ../templates/apps.php:14 #: ../templates/apps.php:14
msgid "Modified" msgid "Modified"
msgstr "" msgstr "Modifié le"
#: ../templates/system.php:6 #: ../templates/system.php:6
msgid "Administration" msgid "Administration"
msgstr "" msgstr "Administration"
#: ../templates/system.php:7 #: ../templates/system.php:7
msgid "System Settings" msgid "System Settings"
msgstr "" msgstr "Préférences Système"
#: ../templates/users.php:2 #: ../templates/users.php:2
msgid "Users" msgid "Users"
msgstr "" msgstr "Utilisateurs"
#: ../templates/users.php:7 ../templates/users.php:47 #: ../templates/users.php:7 ../templates/users.php:47
msgid "Groups" msgid "Groups"
msgstr "" msgstr "Groupes"
#: ../templates/users.php:16 #: ../templates/users.php:16
msgid "Password" msgid "Password"
msgstr "" msgstr "Mot de passe"
#: ../templates/users.php:25 #: ../templates/users.php:25
msgid "Create" msgid "Create"
msgstr "" msgstr "Créer"
#: ../templates/users.php:37 ../templates/users.php:69 #: ../templates/users.php:37 ../templates/users.php:69
msgid "remove" msgid "remove"
msgstr "" msgstr "retirer"
#: ../templates/users.php:59 #: ../templates/users.php:59
msgid "Create group" msgid "Create group"
msgstr "" msgstr "Créer un groupe"
#: ../templates/users.php:95 #: ../templates/users.php:95
msgid "Force new password:" msgid "Force new password:"
msgstr "" msgstr "Forcer un nouveau mot de passe :"
#: ../templates/users.php:97 #: ../templates/users.php:97
msgid "Set" msgid "Set"
msgstr "" msgstr "Appliquer"
#: ../templates/users.php:103 #: ../templates/users.php:103
msgid "Do you really want to delete user" msgid "Do you really want to delete user"
msgstr "" msgstr "Voulez-vous réellement supprimer cet utilisateur"
#: ../templates/users.php:110 #: ../templates/users.php:110
msgid "Do you really want to delete group" 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. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. #
# # <rom1dep@gmail.com>, 2011.
#, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: 2011-07-30 07:16+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: rom1dep <rom1dep@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n"
"Language: \n"
"MIME-Version: 1.0\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" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
#: ../templates/index.php:4 #: ../templates/index.php:4
msgid "Filter:" msgid "Filter:"
msgstr "" msgstr "Filtre :"
#: ../templates/index.php:7 #: ../templates/index.php:7
msgid "Logins" msgid "Logins"
msgstr "" msgstr "Connexions"
#: ../templates/index.php:8 #: ../templates/index.php:8
msgid "Logouts" msgid "Logouts"
msgstr "" msgstr "Déconnexions"
#: ../templates/index.php:9 #: ../templates/index.php:9
msgid "Downloads" msgid "Downloads"
msgstr "" msgstr "Téléchargements"
#: ../templates/index.php:10 #: ../templates/index.php:10
msgid "Uploads" msgid "Uploads"
msgstr "" msgstr "Téléversements"
#: ../templates/index.php:11 #: ../templates/index.php:11
msgid "Creations" msgid "Creations"
msgstr "" msgstr "Créations"
#: ../templates/index.php:12 #: ../templates/index.php:12
msgid "Deletions" msgid "Deletions"
msgstr "" msgstr "Suppressions"
#: ../templates/index.php:15 #: ../templates/index.php:15
msgid "Show:" msgid "Show:"
msgstr "" msgstr "Afficher :"
#: ../templates/index.php:16 #: ../templates/index.php:16
msgid "entries per page." msgid "entries per page."
msgstr "" msgstr "entrées par page."
#: ../templates/index.php:26 #: ../templates/index.php:26
msgid "What" msgid "What"
msgstr "" msgstr "Quoi"
#: ../templates/index.php:27 #: ../templates/index.php:27
msgid "When" msgid "When"
msgstr "" msgstr "Quand"
#: ../templates/index.php:45 #: ../templates/index.php:45
msgid "Clear log entries before" msgid "Clear log entries before"
msgstr "" msgstr "Effacer les entrées du journal au préalable"

@ -1,86 +1,88 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. #
# # <rom1dep@gmail.com>, 2011.
#, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: 2011-07-30 07:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: rom1dep <rom1dep@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n"
"Language: \n"
"MIME-Version: 1.0\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" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
#: ../templates/index.php:3 #: ../templates/index.php:3
msgid "Account information" msgid "Account information"
msgstr "" msgstr "Informations sur le compte"
#: ../templates/index.php:5 #: ../templates/index.php:5
msgid "You're currently using" msgid "You're currently using"
msgstr "" msgstr "Vous utilisez actuellement"
#: ../templates/index.php:5 #: ../templates/index.php:5
msgid "of your" msgid "of your"
msgstr "" msgstr "de votre"
#: ../templates/index.php:5 #: ../templates/index.php:5
msgid "space" msgid "space"
msgstr "" msgstr "espace de stockage"
#: ../templates/index.php:11 #: ../templates/index.php:11
msgid "Change Password" msgid "Change Password"
msgstr "" msgstr "Changer votre mot de passe"
#: ../templates/index.php:12 #: ../templates/index.php:12
msgid "Your password got changed" msgid "Your password got changed"
msgstr "" msgstr "Votre mot de passe a été changé"
#: ../templates/index.php:15 #: ../templates/index.php:15
msgid "Old password:" msgid "Old password:"
msgstr "" msgstr "Ancien mot de passe :"
#: ../templates/index.php:19 #: ../templates/index.php:19
msgid "New password" msgid "New password"
msgstr "" msgstr "Nouveau mot de passe :"
#: ../templates/index.php:24 #: ../templates/index.php:24
msgid "Show new password" msgid "Show new password"
msgstr "" msgstr "Afficher votre nouveau mot de passe"
#: ../templates/index.php:34 #: ../templates/index.php:34
msgid "Language" msgid "Language"
msgstr "" msgstr "Langue"
#: ../ajax/changepassword.php:13 ../ajax/setlanguage.php:13 #: ../ajax/changepassword.php:13 ../ajax/setlanguage.php:13
msgid "Authentication error" msgid "Authentication error"
msgstr "" msgstr "Erreur d'authentification"
#: ../ajax/changepassword.php:19 #: ../ajax/changepassword.php:19
msgid "You have to enter the old and the new password!" 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 #: ../ajax/changepassword.php:25
msgid "Your old password is wrong!" msgid "Your old password is wrong!"
msgstr "" msgstr "Votre ancien mot de passe est erroné !"
#: ../ajax/changepassword.php:31 #: ../ajax/changepassword.php:31
msgid "Password changed" msgid "Password changed"
msgstr "" msgstr "Mot de passe changé avec succès"
#: ../ajax/changepassword.php:34 #: ../ajax/changepassword.php:34
msgid "Unable to change password" msgid "Unable to change password"
msgstr "" msgstr "Impossible de changer le mot de passe"
#: ../ajax/setlanguage.php:21 #: ../ajax/setlanguage.php:21
msgid "Language changed" msgid "Language changed"
msgstr "" msgstr "Langue changée avec succès"
#: ../ajax/setlanguage.php:23 #: ../ajax/setlanguage.php:23
msgid "Invalid request" msgid "Invalid request"
msgstr "" msgstr "Requète invalide"

@ -1,21 +1,22 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Robin Appelman <icewind1991@gmail.com>, 2011. # Robin Appelman <icewind1991@gmail.com>, 2011.
# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-06-20 22:00+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-06-21 15:00+0200\n" "PO-Revision-Date: 2011-07-28 00:09+0000\n"
"Last-Translator: Robin Appelman <icewind1991@gmail.com>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: American English <kde-i18n-doc@kde.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.2\n" "Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/app.php:22 #: ../templates/app.php:22
msgid "read more" msgid "read more"
@ -33,8 +34,8 @@ msgstr "Applicatiedatabase"
msgid "Cannot connect to apps repository" msgid "Cannot connect to apps repository"
msgstr "Kan geen verbinding maken met de applicatiedatabase" msgstr "Kan geen verbinding maken met de applicatiedatabase"
#: ../templates/apps.php:13 ../templates/users.php:6 ../templates/users.php:20 #: ../templates/apps.php:13 ../templates/users.php:6 ../templates/users.php:15
#: ../templates/users.php:50 #: ../templates/users.php:51
msgid "Name" msgid "Name"
msgstr "Naam" msgstr "Naam"
@ -50,43 +51,44 @@ msgstr "Administratie"
msgid "System Settings" msgid "System Settings"
msgstr "Systeeminstellingen" msgstr "Systeeminstellingen"
#: ../templates/users.php:7 ../templates/users.php:46 #: ../templates/users.php:2
msgid "Users"
msgstr "Gebruikers"
#: ../templates/users.php:7 ../templates/users.php:47
msgid "Groups" msgid "Groups"
msgstr "Groepen" msgstr "Groepen"
#: ../templates/users.php:13 #: ../templates/users.php:16
msgid "Add user"
msgstr "Gebruiker toevoegen"
#: ../templates/users.php:21
msgid "Password" msgid "Password"
msgstr "Wachtwoord" msgstr "Wachtwoord"
#: ../templates/users.php:30 #: ../templates/users.php:25
msgid "Create user" msgid "Create"
msgstr "Gebruiker aanmaken" msgstr ""
#: ../templates/users.php:40 ../templates/users.php:68 #: ../templates/users.php:37 ../templates/users.php:69
msgid "remove" msgid "remove"
msgstr "verwijder" msgstr "verwijder"
#: ../templates/users.php:58 #: ../templates/users.php:59
msgid "Create group" msgid "Create group"
msgstr "Groep aanmaken" msgstr "Groep aanmaken"
#: ../templates/users.php:94 #: ../templates/users.php:95
msgid "Force new password:" msgid "Force new password:"
msgstr "Forceer nieuw wachtwoord:" msgstr "Forceer nieuw wachtwoord:"
#: ../templates/users.php:96 #: ../templates/users.php:97
msgid "Set" msgid "Set"
msgstr "Ok" msgstr "Ok"
#: ../templates/users.php:102 #: ../templates/users.php:103
msgid "Do you really want to delete user" msgid "Do you really want to delete user"
msgstr "Wilt u deze gebruiker verwijderen" msgstr "Wilt u deze gebruiker verwijderen"
#: ../templates/users.php:109 #: ../templates/users.php:110
msgid "Do you really want to delete group" msgid "Do you really want to delete group"
msgstr "Wilt u deze groep verwijderen" msgstr "Wilt u deze groep verwijderen"

@ -1,45 +1,44 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. #
#
#, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-06-20 22:00+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: 2011-07-28 00:33+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/404.php:15 #: ../templates/404.php:15
msgid "Error 404, Cloud not found" msgid "Error 404, Cloud not found"
msgstr "Fout 404, Cloud niet gevonden." msgstr "Fout 404, Cloud niet gevonden."
#: ../templates/installation.php:6 #: ../templates/installation.php:6
msgid "Welcome to <strong>ownCloud</strong>, your personnal cloud." msgid "<strong>ownCloud</strong> is your personal web storage."
msgstr "Welkom by <strong>ownCloud</strong>, uw persoonlijke cloud" msgstr ""
#: ../templates/installation.php:7 #: ../templates/installation.php:7
msgid "To finish the installation, please follow the steps below." msgid "Finish the setup by following the steps below."
msgstr "Volg de volgende stappen om de installatie te voltooien." msgstr ""
#: ../templates/installation.php:26 #: ../templates/installation.php:26
msgid "Create an <strong>admin account.</strong>" msgid "Create an <strong>admin account</strong>."
msgstr "Maak een <strong>beheerdersaccount</strong> aan" msgstr ""
#: ../templates/installation.php:27 #: ../templates/installation.php:27
msgid "Login:" msgid "Username"
msgstr "Gebruikersnaam:" msgstr ""
#: ../templates/installation.php:28 #: ../templates/installation.php:28
msgid "Password:" msgid "Password"
msgstr "Wachtwoord:" msgstr ""
#: ../templates/installation.php:31 #: ../templates/installation.php:31
msgid "Advanced" msgid "Advanced"
@ -54,49 +53,49 @@ msgid "Data directory:"
msgstr "Gegevensmap:" msgstr "Gegevensmap:"
#: ../templates/installation.php:39 #: ../templates/installation.php:39
msgid "Configure your database." msgid "Configure the database."
msgstr "Configureer uw database." msgstr ""
#: ../templates/installation.php:43 #: ../templates/installation.php:43
msgid "I will use a SQLite database. You have nothing to do!" msgid "SQLite will be used for the database. You have nothing to do."
msgstr "Er zal een SQLite database gebruikt worden. U hoeft geen verdere instellingen te maken." msgstr ""
#: ../templates/installation.php:46 #: ../templates/installation.php:46
msgid "SQLite" msgid "SQLite"
msgstr "SQLite" msgstr "SQLite"
#: ../templates/installation.php:53 #: ../templates/installation.php:53
msgid "I will use a MySQL database." msgid "MySQL will be used for the database."
msgstr "Er zal een MySQL database gebruikt worden." msgstr ""
#: ../templates/installation.php:59 #: ../templates/installation.php:59
msgid "Host:" msgid "MySQL username:"
msgstr "Host:" msgstr ""
#: ../templates/installation.php:60 #: ../templates/installation.php:60
msgid "Database name:" msgid "MySQL password:"
msgstr "Databasenaam:" msgstr ""
#: ../templates/installation.php:61 #: ../templates/installation.php:61
msgid "Table prefix:" msgid "Database name:"
msgstr "Voorvoegsel voor tabelnamen:" msgstr "Databasenaam:"
#: ../templates/installation.php:62 #: ../templates/installation.php:62
msgid "MySQL user login:" msgid "Host:"
msgstr "MySQL gebruikersnaam." msgstr "Host:"
#: ../templates/installation.php:63 #: ../templates/installation.php:63
msgid "MySQL user password:" msgid "Table prefix:"
msgstr "MySQL wachtwoord" msgstr "Voorvoegsel voor tabelnamen:"
#: ../templates/installation.php:68 #: ../templates/installation.php:69
msgid "Finish setup" msgid "Finish setup"
msgstr "Installatie afronden" msgstr "Installatie afronden"
#: ../templates/layout.guest.php:20 #: ../templates/layout.guest.php:33
msgid "" msgid ""
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs " "<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs"
"on your own server.</p>" " on your own server.</p>"
msgstr "" msgstr ""
"<a href=\"http://owncloud.org/\">ownCloud</a> is een persoonlijke cloud die " "<a href=\"http://owncloud.org/\">ownCloud</a> is een persoonlijke cloud die "
"op uw eigen server draait.</p>" "op uw eigen server draait.</p>"
@ -105,6 +104,10 @@ msgstr ""
msgid "Login failed!" msgid "Login failed!"
msgstr "Aanmelden mislukt." msgstr "Aanmelden mislukt."
#: ../templates/login.php:11 ../templates/login.php:15
msgid "Remember login"
msgstr ""
#: ../templates/logout.php:1 #: ../templates/logout.php:1
msgid "You are logged out." msgid "You are logged out."
msgstr "U bent afgemeld." msgstr "U bent afgemeld."
@ -120,3 +123,5 @@ msgstr "volgende"
#: ../templates/part.searchbox.php:3 #: ../templates/part.searchbox.php:3
msgid "Search" msgid "Search"
msgstr "Zoeken" msgstr "Zoeken"

@ -1,27 +1,28 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Robin Appelman <icewind1991@gmail.com>, 2011. # Robin Appelman <icewind1991@gmail.com>, 2011.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-06-20 22:00+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-06-21 15:03+0200\n" "PO-Revision-Date: 2011-07-25 16:18+0000\n"
"Last-Translator: Robin Appelman <icewind1991@gmail.com>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: Dutch <>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.2\n" "Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:2 #: ../templates/index.php:2
msgid "Questions and Answers" msgid "Questions and Answers"
msgstr "Vraag en Antwoord" msgstr "Vraag en Antwoord"
#: ../templates/index.php:21 #: ../templates/index.php:24
msgid "ASK A QUESTION" msgid "ASK A QUESTION"
msgstr "Stel een vraag" msgstr "Stel een vraag"

@ -1,21 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Robin Appelman <icewind1991@gmail.com>, 2011. # Robin Appelman <icewind1991@gmail.com>, 2011.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-06-20 22:00+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-06-21 15:01+0200\n" "PO-Revision-Date: 2011-07-25 16:18+0000\n"
"Last-Translator: Robin Appelman <icewind1991@gmail.com>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: American English <kde-i18n-doc@kde.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.2\n" "Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:4 #: ../templates/index.php:4
msgid "Filter:" msgid "Filter:"
@ -65,3 +65,4 @@ msgstr "Wanneer"
msgid "Clear log entries before" msgid "Clear log entries before"
msgstr "Verwijder logboekitem ouder dan" msgstr "Verwijder logboekitem ouder dan"

@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. #
#
#, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-06-20 22:00+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: 2011-07-25 16:18+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:3 #: ../templates/index.php:3
msgid "Account information" msgid "Account information"
@ -84,3 +83,5 @@ msgstr "Taal aangepast"
#: ../ajax/setlanguage.php:23 #: ../ajax/setlanguage.php:23
msgid "Invalid request" msgid "Invalid request"
msgstr "Ongeldig verzoek" msgstr "Ongeldig verzoek"

@ -1,21 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Kamil Domański <kdomanski@kdemail.net>, 2011. # Kamil Domański <kdomanski@kdemail.net>, 2011.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-06-21 16:19+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-06-22 03:28+0200\n" "PO-Revision-Date: 2011-07-28 00:09+0000\n"
"Last-Translator: Kamil Domański <kdomanski@kdemail.net>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: American English <kde-i18n-doc@kde.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.2\n" "Language: pl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\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/app.php:22 #: ../templates/app.php:22
msgid "read more" msgid "read more"
@ -33,8 +33,8 @@ msgstr "Repozytorium aplikacji"
msgid "Cannot connect to apps repository" msgid "Cannot connect to apps repository"
msgstr "Nie można połączyć się z repozytorium aplikacji" msgstr "Nie można połączyć się z repozytorium aplikacji"
#: ../templates/apps.php:13 ../templates/users.php:6 ../templates/users.php:20 #: ../templates/apps.php:13 ../templates/users.php:6 ../templates/users.php:15
#: ../templates/users.php:50 #: ../templates/users.php:51
msgid "Name" msgid "Name"
msgstr "Nazwa" msgstr "Nazwa"
@ -50,47 +50,44 @@ msgstr "Administracja"
msgid "System Settings" msgid "System Settings"
msgstr "Ustawienia systemowe" msgstr "Ustawienia systemowe"
#: ../templates/users.php:13 #: ../templates/users.php:2
msgid "Add user" msgid "Users"
msgstr "Dodaj użytkownika" msgstr "Użytkownicy"
#: ../templates/users.php:7 ../templates/users.php:47
msgid "Groups"
msgstr "Grupy"
#: ../templates/users.php:21 #: ../templates/users.php:16
msgid "Password" msgid "Password"
msgstr "Hasło" msgstr "Hasło"
#: ../templates/users.php:30 #: ../templates/users.php:25
msgid "Create user" msgid "Create"
msgstr "Utwórz użytkownika" msgstr ""
#: ../templates/users.php:40 ../templates/users.php:68 #: ../templates/users.php:37 ../templates/users.php:69
msgid "remove" msgid "remove"
msgstr "usuń" msgstr "usuń"
#: ../templates/users.php:46 ../templates/users.php:7 #: ../templates/users.php:59
msgid "Groups"
msgstr "Grupy"
#: ../templates/users.php:58
msgid "Create group" msgid "Create group"
msgstr "Utwórz grupę" msgstr "Utwórz grupę"
#: ../templates/users.php:94 #: ../templates/users.php:95
msgid "Force new password:" msgid "Force new password:"
msgstr "Wymuś nowe hasło" msgstr "Wymuś nowe hasło"
#: ../templates/users.php:96 #: ../templates/users.php:97
msgid "Set" msgid "Set"
msgstr "Ustaw" msgstr "Ustaw"
#: ../templates/users.php:102 #: ../templates/users.php:103
msgid "Do you really want to delete user" msgid "Do you really want to delete user"
msgstr "Czy naprawdę chcesz usunąć użytkownika" msgstr "Czy naprawdę chcesz usunąć użytkownika"
#: ../templates/users.php:109 #: ../templates/users.php:110
msgid "Do you really want to delete group" msgid "Do you really want to delete group"
msgstr "Czy naprawdę chcesz usunąć grupę" msgstr "Czy naprawdę chcesz usunąć grupę"
#: ../templates/users.php:1
msgid "Users"
msgstr "Użytkownicy"

@ -1,45 +1,45 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Kamil Domański <kdomanski@kdemail.net>, 2011. # Kamil Domański <kdomanski@kdemail.net>, 2011.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-06-21 16:19+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-06-22 03:36+0200\n" "PO-Revision-Date: 2011-07-28 00:33+0000\n"
"Last-Translator: Kamil Domański <kdomanski@kdemail.net>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: American English <kde-i18n-doc@kde.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.2\n" "Language: pl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\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/404.php:15 #: ../templates/404.php:15
msgid "Error 404, Cloud not found" msgid "Error 404, Cloud not found"
msgstr "Błąd 404, Chmura nie znaleziona" msgstr "Błąd 404, Chmura nie znaleziona"
#: ../templates/installation.php:6 #: ../templates/installation.php:6
msgid "Welcome to <strong>ownCloud</strong>, your personnal cloud." msgid "<strong>ownCloud</strong> is your personal web storage."
msgstr "Witaj w <strong>ownCloud</strong>, Twojej osobistej chmurze." msgstr ""
#: ../templates/installation.php:7 #: ../templates/installation.php:7
msgid "To finish the installation, please follow the steps below." msgid "Finish the setup by following the steps below."
msgstr "By zakończyć instalację, podążaj poniższymi krokami." msgstr ""
#: ../templates/installation.php:26 #: ../templates/installation.php:26
msgid "Create an <strong>admin account.</strong>" msgid "Create an <strong>admin account</strong>."
msgstr "Utwórz <strong>konto administratora</strong>." msgstr ""
#: ../templates/installation.php:27 #: ../templates/installation.php:27
msgid "Login:" msgid "Username"
msgstr "Login:" msgstr ""
#: ../templates/installation.php:28 #: ../templates/installation.php:28
msgid "Password:" msgid "Password"
msgstr "Hasło:" msgstr ""
#: ../templates/installation.php:31 #: ../templates/installation.php:31
msgid "Advanced" msgid "Advanced"
@ -54,57 +54,61 @@ msgid "Data directory:"
msgstr "Katalog danych:" msgstr "Katalog danych:"
#: ../templates/installation.php:39 #: ../templates/installation.php:39
msgid "Configure your database." msgid "Configure the database."
msgstr "Skonfiguruj Twoją bazę danych." msgstr ""
#: ../templates/installation.php:43 #: ../templates/installation.php:43
msgid "I will use a SQLite database. You have nothing to do!" msgid "SQLite will be used for the database. You have nothing to do."
msgstr "Użyję bazy SQLite. Nie masz tu nic do roboty!" msgstr ""
#: ../templates/installation.php:46 #: ../templates/installation.php:46
msgid "SQLite" msgid "SQLite"
msgstr "SQLite" msgstr "SQLite"
#: ../templates/installation.php:53 #: ../templates/installation.php:53
msgid "I will use a MySQL database." msgid "MySQL will be used for the database."
msgstr "Użyję bazy danych MySQL." msgstr ""
#: ../templates/installation.php:59 #: ../templates/installation.php:59
msgid "Host:" msgid "MySQL username:"
msgstr "Host:" msgstr ""
#: ../templates/installation.php:60 #: ../templates/installation.php:60
msgid "Database name:" msgid "MySQL password:"
msgstr "Nazwa bazy:" msgstr ""
#: ../templates/installation.php:61 #: ../templates/installation.php:61
msgid "Table prefix:" msgid "Database name:"
msgstr "Przedrostek tabeli:" msgstr "Nazwa bazy:"
#: ../templates/installation.php:62 #: ../templates/installation.php:62
msgid "MySQL user login:" msgid "Host:"
msgstr "Login użytkownika MySQL:" msgstr "Host:"
#: ../templates/installation.php:63 #: ../templates/installation.php:63
msgid "MySQL user password:" msgid "Table prefix:"
msgstr "Hasło użytkownika MySQL:" msgstr "Przedrostek tabeli:"
#: ../templates/installation.php:68 #: ../templates/installation.php:69
msgid "Finish setup" msgid "Finish setup"
msgstr "Zakończ instalację" msgstr "Zakończ instalację"
#: ../templates/layout.guest.php:20 #: ../templates/layout.guest.php:33
msgid "" msgid ""
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs " "<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs"
"on your own server.</p>" " on your own server.</p>"
msgstr "" msgstr ""
"<a href=\"http://owncloud.org/\">ownCloud</a> jest osobistą chmurą działającą " "<a href=\"http://owncloud.org/\">ownCloud</a> jest osobistą chmurą "
"na Twoim własnym serwerze.</p>" "działającą na Twoim własnym serwerze.</p>"
#: ../templates/login.php:6 #: ../templates/login.php:6
msgid "Login failed!" msgid "Login failed!"
msgstr "Nie udało się zalogować!" msgstr "Nie udało się zalogować!"
#: ../templates/login.php:11 ../templates/login.php:15
msgid "Remember login"
msgstr ""
#: ../templates/logout.php:1 #: ../templates/logout.php:1
msgid "You are logged out." msgid "You are logged out."
msgstr "Jesteś wylogowany." msgstr "Jesteś wylogowany."
@ -121,3 +125,4 @@ msgstr "dalej"
msgid "Search" msgid "Search"
msgstr "Szukaj" msgstr "Szukaj"

@ -1,28 +1,28 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Kamil Domański <kdomanski@kdemail.net>, 2011. # Kamil Domański <kdomanski@kdemail.net>, 2011.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-06-21 16:19+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-06-22 03:45+0200\n" "PO-Revision-Date: 2011-07-25 16:16+0000\n"
"Last-Translator: Kamil Domański <kdomanski@kdemail.net>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: Polish <owncloud@kde.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.2\n" "Language: pl\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
"|| n%100>=20) ? 1 : 2);\n"
#: ../templates/index.php:2 #: ../templates/index.php:2
msgid "Questions and Answers" msgid "Questions and Answers"
msgstr "Pytania i odpowiedzi" msgstr "Pytania i odpowiedzi"
#: ../templates/index.php:21 #: ../templates/index.php:24
msgid "ASK A QUESTION" msgid "ASK A QUESTION"
msgstr "ZADAJ PYTANIE" msgstr "ZADAJ PYTANIE"

@ -1,22 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Kamil Domański <kdomanski@kdemail.net>, 2011. # Kamil Domański <kdomanski@kdemail.net>, 2011.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-06-21 16:19+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-06-22 03:50+0200\n" "PO-Revision-Date: 2011-07-25 16:16+0000\n"
"Last-Translator: Kamil Domański <kdomanski@kdemail.net>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: Polish <owncloud@kde.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.2\n" "Language: pl\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
"|| n%100>=20) ? 1 : 2);\n"
#: ../templates/index.php:4 #: ../templates/index.php:4
msgid "Filter:" msgid "Filter:"
@ -66,3 +65,4 @@ msgstr "Kiedy"
msgid "Clear log entries before" msgid "Clear log entries before"
msgstr "Wyczyść spisy dziennika sprzed" msgstr "Wyczyść spisy dziennika sprzed"

@ -1,22 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Kamil Domański <kdomanski@kdemail.net>, 2011. # Kamil Domański <kdomanski@kdemail.net>, 2011.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-06-21 16:19+0200\n" "POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-06-22 03:52+0200\n" "PO-Revision-Date: 2011-07-25 16:16+0000\n"
"Last-Translator: Kamil Domański <kdomanski@kdemail.net>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: Polish <owncloud@kde.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.2\n" "Language: pl\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
"|| n%100>=20) ? 1 : 2);\n"
#: ../templates/index.php:3 #: ../templates/index.php:3
msgid "Account information" msgid "Account information"
@ -86,3 +85,4 @@ msgstr "Język zmieniony"
msgid "Invalid request" msgid "Invalid request"
msgstr "Nieprawidłowe żądanie" msgstr "Nieprawidłowe żądanie"

@ -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…
Cancel
Save