Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/translation'
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Apr 10, 2016
2 parents e11d7cd + 677ebc5 commit acc0241
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 12 deletions.
1 change: 1 addition & 0 deletions language/ca_ES/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Afegeix fotos des de URL remotes (mireu Administració->Fotos->Afegeix)
32 changes: 32 additions & 0 deletions language/ca_ES/plugin.lang.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
$lang['Add website URL in photo description'] = 'Afegeix una URL del lloc web en la descripció de la foto';
$lang['Add links'] = 'Afegeix enllaços';
$lang['Delete this item'] = 'Elimina aquest ítem';
$lang['File URL'] = 'URL del fitxer';
$lang['File URL is empty'] = 'La URL del fitxer és buida';
$lang['Invalid file URL'] = 'URL no vàlida';
$lang['Invalid file type'] = 'Tipus de fitxer no vàlid';
$lang['One link by line, separate photo name and url with a &laquo; | &raquo;. Photo name is optional.'] = 'Un enllaç cada vegada, separeu el nom de la foto i la seva URL per un &laquo; | &raquo;. El nom de la foto és opcional.';
$lang['Pending'] = 'Pendent';
$lang['Unable to download file'] = 'No es pot descarregar el fitxer';
2 changes: 1 addition & 1 deletion language/de_DE/description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Füge Fotos von einer remote URL hinzu (siehe Admin->Fotos->Hinzufügen)
Fotos von einer URL remote hinzufügen (siehe Admin-> Fotos-> Hinzufügen)
19 changes: 8 additions & 11 deletions language/de_DE/plugin.lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,13 @@
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
$lang['Add links'] = 'Füge einen Verweis hinzu';
$lang['Delete this item'] = 'Lösche dieses Element';
$lang['File URL'] = 'Datei URL';
$lang['File URL is empty'] = 'Datei URL ist leer';
$lang['Invalid file URL'] = 'Ungültige Datei URL';
$lang['Add links'] = 'Einen Verweis hinzufügen';
$lang['Delete this item'] = 'Dieses Element löschen';
$lang['File URL'] = 'Datei-URL';
$lang['File URL is empty'] = 'Datei-URL ist leer';
$lang['Invalid file URL'] = 'Ungültige Datei-URL';
$lang['Invalid file type'] = 'Ungültige Dateierweiterung';
$lang['Multiple uploader doesn\'t work? Try the <a href="%s">single uploader</a> instead.'] = 'Der Mehrfach-Upload funktioniert nicht? Versuche den <a href="%s">Einzel-Upload</a>.';
$lang['One link by line, separate photo name and url with a &laquo; | &raquo;. Photo name is optional.'] = 'Einen Verweis pro Zeile, grenze Foto-Name und URL mit einem &laquo; | &raquo; ab. Der Foto-Name ist optional.';
$lang['One link by line, separate photo name and url with a &laquo; | &raquo;. Photo name is optional.'] = 'Einen Verweis pro Zeile, Foto-Name und URL mit einem &laquo; | &raquo; abgrenzen. Foto-Name ist optional.';
$lang['Pending'] = 'Ausstehend';
$lang['Unable to download file'] = 'Unmöglich die Datei herunter zu laden';
$lang['Want to upload many files? Try the <a href="%s">multiple uploader</a> instead.'] = 'Mehrere Dateien gleichzeitig hochladen? Versuche den <a href="%s">Mehrfach-Upload</a>.';
$lang['Add website URL in photo description'] = 'Füge die Website-URL in die Bildbeschreibung';
?>
$lang['Unable to download file'] = 'Datei kann nicht heruntergeladen werden';
$lang['Add website URL in photo description'] = 'Die Website-URL zur Bildbeschreibung hinzufügen';
1 change: 1 addition & 0 deletions language/sv_SE/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Lägg till länkar från en fjärr URL (se Admin->Foton->Lägg till)
32 changes: 32 additions & 0 deletions language/sv_SE/plugin.lang.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
$lang['Add links'] = 'Lägg till länkar';
$lang['Add website URL in photo description'] = 'Lägg till URL till webbsajt i beskrivningen';
$lang['Delete this item'] = 'Radera ';
$lang['File URL'] = 'Fil URL';
$lang['File URL is empty'] = 'Fil URL är tom';
$lang['Invalid file URL'] = 'Ogiltig fil URL';
$lang['Invalid file type'] = 'Ogiltig filtyp';
$lang['One link by line, separate photo name and url with a &laquo; | &raquo;. Photo name is optional.'] = 'En länk per rad, seperarera bildens namn och URL med &laquo; | &raquo;. Bildnamn är frivilligt';
$lang['Pending'] = 'Väntande';
$lang['Unable to download file'] = 'Kunde inte ladda ned filen';

0 comments on commit acc0241

Please sign in to comment.