17 changed files with 337 additions and 34 deletions
-
8.tx/config
-
9apps/media/l10n/de.php
-
9apps/media/l10n/fr.php
-
6core/l10n/fr.php
-
14files/l10n/de.php
-
14files/l10n/fr.php
-
71l10n/de/files.po
-
48l10n/de/media.po
-
14l10n/fr/core.po
-
72l10n/fr/files.po
-
48l10n/fr/media.po
-
26l10n/fr/settings.po
-
4l10n/templates/core.pot
-
2l10n/templates/files.pot
-
12l10n/templates/media.pot
-
2l10n/templates/settings.pot
-
12settings/l10n/fr.php
@ -0,0 +1,9 @@ |
|||
<?php $TRANSLATIONS = array( |
|||
"Music" => "Musik", |
|||
"Songs scanned" => "Lieder gescannt", |
|||
"Rescan Collection" => "Sammlung scannen", |
|||
"Pause" => "Pause", |
|||
"Artist" => "Künstler", |
|||
"Album" => "Album", |
|||
"Title" => "Titel" |
|||
); |
|||
@ -0,0 +1,9 @@ |
|||
<?php $TRANSLATIONS = array( |
|||
"Music" => "Musique", |
|||
"Songs scanned" => "Pistes scannées", |
|||
"Rescan Collection" => "Réanalyser la Collection", |
|||
"Pause" => "Pause", |
|||
"Artist" => "Artiste", |
|||
"Album" => "Album", |
|||
"Title" => "Titre" |
|||
); |
|||
@ -0,0 +1,14 @@ |
|||
<?php $TRANSLATIONS = array( |
|||
"Files" => "Dateien", |
|||
"Maximum upload size" => "Maximale Größe", |
|||
"Nothing in here. Upload something!" => "Alles leer. Lad’ was hoch!", |
|||
"Upload" => "Hochladen", |
|||
"New Folder" => "Neuer Ordner", |
|||
"Name" => "Name", |
|||
"Download" => "Herunterladen", |
|||
"Size" => "Größe", |
|||
"Modified" => "Bearbeitet", |
|||
"Delete" => "Löschen", |
|||
"Upload too large" => "Upload zu groß", |
|||
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server." |
|||
); |
|||
@ -0,0 +1,14 @@ |
|||
<?php $TRANSLATIONS = array( |
|||
"Files" => "Fichiers", |
|||
"Maximum upload size" => "Taille max. d'envoi", |
|||
"Nothing in here. Upload something!" => "Il n'y a rien ici ! Envoyez donc quelque chose :)", |
|||
"Upload" => "Envoyer", |
|||
"New Folder" => "Nouveau dossier", |
|||
"Name" => "Nom", |
|||
"Download" => "Téléchargement", |
|||
"Size" => "Taille", |
|||
"Modified" => "Modifié", |
|||
"Delete" => "Supprimer", |
|||
"Upload too large" => "Fichier trop volumineux", |
|||
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Les fichiers que vous essayez d'envoyer dépassent la taille maximale permise par ce serveur." |
|||
); |
|||
@ -0,0 +1,71 @@ |
|||
# SOME DESCRIPTIVE TITLE. |
|||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
|||
# This file is distributed under the same license as the PACKAGE package. |
|||
# |
|||
# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 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-08-13 05:10+0200\n" |
|||
"PO-Revision-Date: 2011-08-13 02:38+0000\n" |
|||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n" |
|||
"Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: 8bit\n" |
|||
"Language: de\n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1)\n" |
|||
|
|||
#: appinfo/app.php:7 |
|||
msgid "Files" |
|||
msgstr "Dateien" |
|||
|
|||
#: templates/admin.php:5 |
|||
msgid "Maximum upload size" |
|||
msgstr "Maximale Größe" |
|||
|
|||
#: templates/part.list.php:1 |
|||
msgid "Nothing in here. Upload something!" |
|||
msgstr "Alles leer. Lad’ was hoch!" |
|||
|
|||
#: templates/index.php:9 |
|||
msgid "Upload" |
|||
msgstr "Hochladen" |
|||
|
|||
#: templates/index.php:16 |
|||
msgid "New Folder" |
|||
msgstr "Neuer Ordner" |
|||
|
|||
#: templates/index.php:29 |
|||
msgid "Name" |
|||
msgstr "Name" |
|||
|
|||
#: templates/index.php:31 |
|||
msgid "Download" |
|||
msgstr "Herunterladen" |
|||
|
|||
#: templates/index.php:35 |
|||
msgid "Size" |
|||
msgstr "Größe" |
|||
|
|||
#: templates/index.php:36 |
|||
msgid "Modified" |
|||
msgstr "Bearbeitet" |
|||
|
|||
#: templates/index.php:36 |
|||
msgid "Delete" |
|||
msgstr "Löschen" |
|||
|
|||
#: templates/index.php:44 |
|||
msgid "Upload too large" |
|||
msgstr "Upload zu groß" |
|||
|
|||
#: templates/index.php:46 |
|||
msgid "" |
|||
"The files you are trying to upload exceed the maximum size for file uploads " |
|||
"on this server." |
|||
msgstr "" |
|||
"Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server." |
|||
|
|||
|
|||
@ -0,0 +1,48 @@ |
|||
# SOME DESCRIPTIVE TITLE. |
|||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
|||
# This file is distributed under the same license as the PACKAGE package. |
|||
# |
|||
# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 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-08-13 05:10+0200\n" |
|||
"PO-Revision-Date: 2011-08-13 02:35+0000\n" |
|||
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n" |
|||
"Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: 8bit\n" |
|||
"Language: de\n" |
|||
"Plural-Forms: nplurals=2; plural=(n != 1)\n" |
|||
|
|||
#: appinfo/app.php:31 |
|||
msgid "Music" |
|||
msgstr "Musik" |
|||
|
|||
#: templates/music.php:27 |
|||
msgid "Songs scanned" |
|||
msgstr "Lieder gescannt" |
|||
|
|||
#: templates/music.php:29 |
|||
msgid "Rescan Collection" |
|||
msgstr "Sammlung scannen" |
|||
|
|||
#: templates/music.php:30 |
|||
msgid "Pause" |
|||
msgstr "Pause" |
|||
|
|||
#: templates/music.php:34 |
|||
msgid "Artist" |
|||
msgstr "Künstler" |
|||
|
|||
#: templates/music.php:35 |
|||
msgid "Album" |
|||
msgstr "Album" |
|||
|
|||
#: templates/music.php:36 |
|||
msgid "Title" |
|||
msgstr "Titel" |
|||
|
|||
|
|||
@ -0,0 +1,72 @@ |
|||
# 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-08-13 05:10+0200\n" |
|||
"PO-Revision-Date: 2011-08-13 09:14+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" |
|||
|
|||
#: appinfo/app.php:7 |
|||
msgid "Files" |
|||
msgstr "Fichiers" |
|||
|
|||
#: templates/admin.php:5 |
|||
msgid "Maximum upload size" |
|||
msgstr "Taille max. d'envoi" |
|||
|
|||
#: templates/part.list.php:1 |
|||
msgid "Nothing in here. Upload something!" |
|||
msgstr "Il n'y a rien ici ! Envoyez donc quelque chose :)" |
|||
|
|||
#: templates/index.php:9 |
|||
msgid "Upload" |
|||
msgstr "Envoyer" |
|||
|
|||
#: templates/index.php:16 |
|||
msgid "New Folder" |
|||
msgstr "Nouveau dossier" |
|||
|
|||
#: templates/index.php:29 |
|||
msgid "Name" |
|||
msgstr "Nom" |
|||
|
|||
#: templates/index.php:31 |
|||
msgid "Download" |
|||
msgstr "Téléchargement" |
|||
|
|||
#: templates/index.php:35 |
|||
msgid "Size" |
|||
msgstr "Taille" |
|||
|
|||
#: templates/index.php:36 |
|||
msgid "Modified" |
|||
msgstr "Modifié" |
|||
|
|||
#: templates/index.php:36 |
|||
msgid "Delete" |
|||
msgstr "Supprimer" |
|||
|
|||
#: templates/index.php:44 |
|||
msgid "Upload too large" |
|||
msgstr "Fichier trop volumineux" |
|||
|
|||
#: templates/index.php:46 |
|||
msgid "" |
|||
"The files you are trying to upload exceed the maximum size for file uploads " |
|||
"on this server." |
|||
msgstr "" |
|||
"Les fichiers que vous essayez d'envoyer dépassent la taille maximale permise" |
|||
" par ce serveur." |
|||
|
|||
|
|||
@ -0,0 +1,48 @@ |
|||
# 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-08-13 05:10+0200\n" |
|||
"PO-Revision-Date: 2011-08-13 09:06+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" |
|||
|
|||
#: appinfo/app.php:31 |
|||
msgid "Music" |
|||
msgstr "Musique" |
|||
|
|||
#: templates/music.php:27 |
|||
msgid "Songs scanned" |
|||
msgstr "Pistes scannées" |
|||
|
|||
#: templates/music.php:29 |
|||
msgid "Rescan Collection" |
|||
msgstr "Réanalyser la Collection" |
|||
|
|||
#: templates/music.php:30 |
|||
msgid "Pause" |
|||
msgstr "Pause" |
|||
|
|||
#: templates/music.php:34 |
|||
msgid "Artist" |
|||
msgstr "Artiste" |
|||
|
|||
#: templates/music.php:35 |
|||
msgid "Album" |
|||
msgstr "Album" |
|||
|
|||
#: templates/music.php:36 |
|||
msgid "Title" |
|||
msgstr "Titre" |
|||
|
|||
|
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue