From 5fdf9a73a973eb129453fbc41fec88bd91aa5e94 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 17 Apr 2024 11:36:06 +0200 Subject: [PATCH] copy all languages from translation@fecd858b0 --- language/br_FR/common.lang.php | 5 ++++- language/cs_CZ/admin.lang.php | 8 +++---- language/da_DK/common.lang.php | 2 +- language/de_DE/admin.lang.php | 8 +++---- language/en_GB/common.lang.php | 8 +++---- language/fr_FR/admin.lang.php | 4 ++-- language/km_KH/common.lang.php | 40 ++++++++++++++++++++++++++++----- language/km_KH/install.lang.php | 3 ++- language/km_KH/upgrade.lang.php | 3 ++- language/nl_NL/admin.lang.php | 2 +- language/pl_PL/admin.lang.php | 2 +- language/pt_PT/admin.lang.php | 5 ++++- language/pt_PT/common.lang.php | 2 +- language/ro_RO/common.lang.php | 19 +++++++++++----- language/sk_SK/admin.lang.php | 2 +- language/sk_SK/common.lang.php | 16 ++++++------- language/zh_CN/common.lang.php | 36 ++++++++++++++++++++++++----- 17 files changed, 117 insertions(+), 48 deletions(-) diff --git a/language/br_FR/common.lang.php b/language/br_FR/common.lang.php index 48049c91d..455057914 100644 --- a/language/br_FR/common.lang.php +++ b/language/br_FR/common.lang.php @@ -450,4 +450,7 @@ $lang['Album title'] = 'Titl ar rummad'; $lang['Albums found'] = 'Rummadoù kavet'; $lang['Album description'] = 'Deskrivadur ar rummad'; $lang['%d visits'] = '%d gweladenn'; -$lang['Added by'] = 'Ouzhpennet gant'; \ No newline at end of file +$lang['Added by'] = 'Ouzhpennet gant'; +$lang['No results are available.'] = 'N\'eus disoc\'h ebet da gaout.'; +$lang['Validate'] = 'Kadarnaat'; +$lang['Search in :'] = 'Klask e-barzh:'; \ No newline at end of file diff --git a/language/cs_CZ/admin.lang.php b/language/cs_CZ/admin.lang.php index ba52c39b1..009f8e4fd 100644 --- a/language/cs_CZ/admin.lang.php +++ b/language/cs_CZ/admin.lang.php @@ -642,7 +642,7 @@ $lang['The uploaded file was only partially uploaded'] = 'Nahrávaný soubor byl $lang['No file was uploaded'] = 'Žádný soubor nebyl nahrán'; $lang['Missing a temporary folder'] = 'Chybějící dočasný adresář'; $lang['Failed to write file to disk'] = 'Nepodařilo se zapsat soubor na disk'; -$lang['File upload stopped by extension'] = 'Nahrávání souboru bylo zastaveno kvůlu přípony'; +$lang['File upload stopped by extension'] = 'Nahrávání souboru bylo zastaveno kvůli příponě'; $lang['Unknown upload error'] = 'Neznámá chyba při nahrávání'; $lang['Error on file "%s" : %s'] = 'Chyba souboru "%s" : %s'; $lang['automatic order'] = 'automatické řazení'; @@ -719,7 +719,7 @@ $lang['ERROR'] = 'CHYBA'; $lang['Update Complete'] = 'Aktualizace kompletní'; $lang['Piwigo Update'] = 'Piwigo Aktualizace'; $lang['Extensions Update'] = 'Aktualizace Doplňků'; -$lang['All extensions are up to date.'] = 'Veškerá rozšíření jsou aktuální.'; +$lang['All extensions are up to date.'] = 'Všechny doplňky jsou aktuální.'; $lang['Following plugins may not be compatible with the new version of Piwigo:'] = 'Následující pluginy nemusejí být kompatibilní s novou verzí Piwigo:'; $lang['Following themes may not be compatible with the new version of Piwigo:'] = 'Následující šablony vzhledu nemusejí být kompatibilní s novou verzí Piwigo:'; $lang['I decide to update anyway'] = 'Rozhodl jsem se aktualizovat'; @@ -1024,7 +1024,7 @@ $lang['Formats'] = 'Formáty'; $lang['Group "%s" succesfully deleted'] = 'Skupina "%s" úspěšně vymazána'; $lang['Group renamed'] = 'Skupina přejmenována'; $lang['Group added'] = 'Skupina přidána'; -$lang['Are you sure you want to update all extensions?'] = 'Chcete aktualizovat veškeré doplňky?'; +$lang['Are you sure you want to update all extensions?'] = 'Chcete aktualizovat všechny doplňky?'; $lang['File type: %s'] = 'Typ souboru: %s'; $lang['Edited on %s'] = 'Upraveno %s'; $lang['Dissociate user from this group'] = 'Odebrat uživatele z této skupiny'; @@ -1307,7 +1307,7 @@ $lang['Delete %s format ?'] = 'Smazat formát %s ?'; $lang['Discover'] = 'Objevovat'; $lang['Downloaded'] = 'Staženo'; $lang['Error when trying to detect formats'] = 'Chyba při pokusu o detekci formátů'; -$lang['Extensions'] = 'Přípony'; +$lang['Extensions'] = 'Doplňky'; $lang['Install Piwigo on mobile'] = 'Instalovat Piwigo na mobil'; $lang['Installed on %s, %s'] = 'Nainstalováno %s, %s'; $lang['Place first'] = 'Jako první'; diff --git a/language/da_DK/common.lang.php b/language/da_DK/common.lang.php index 5abaa799b..dd189843d 100644 --- a/language/da_DK/common.lang.php +++ b/language/da_DK/common.lang.php @@ -442,7 +442,7 @@ $lang['Fill in the filters to start a search'] = 'Angiv filtre for at starte sø $lang['Filters'] = 'Filtre'; $lang['No results are available.'] = 'Ikke resultatet fundet'; $lang['Search in :'] = 'Søg i:'; -$lang['Search in this set'] = 'Sig i dette sæt'; +$lang['Search in this set'] = 'Søg i dette sæt'; $lang['Tags found'] = 'Tags fundet'; $lang['Tags listed here match your search by word. Click on one to browse by tag.'] = 'Tags opremset her svarer til din søgning efter ord. Klik på et for at gennemse via tag.'; $lang['Unknown time period'] = 'Ukendt tidsinterval'; \ No newline at end of file diff --git a/language/de_DE/admin.lang.php b/language/de_DE/admin.lang.php index 1d1d43b7c..490f41ba0 100644 --- a/language/de_DE/admin.lang.php +++ b/language/de_DE/admin.lang.php @@ -812,8 +812,8 @@ $lang['Web Form'] = 'Webformular'; $lang['With no album'] = 'Ohne Album'; $lang['With no tag'] = 'Ohne Schlagwort'; $lang['With no virtual album'] = 'Ohne virtuelles Album'; -$lang['Piwigo for Android application empowers you to connect your Android phone or table to your Piwigo gallery, create some albums and upload several photos at once.'] = 'Das App Piwigo für Android ermöglicht es Ihnen, sich mit Ihrer Piwigo-Galerie zu verbinden, Alben zu erstellen und mehrere Fotos gleichzeitig hochzuladen.'; -$lang['Piwigo for iOS application empowers you to connect to your Piwigo gallery from your iPhone, iPad or iPod Touch, create some albums and upload several photos at once.'] = 'Das App Piwigo für iOS ermöglicht es Ihnen, sich mit Ihrer Piwigo-Galerie zu verbinden, Alben zu erstellen und mehrere Fotos gleichzeitig hochzuladen.'; +$lang['Piwigo for Android application empowers you to connect your Android phone or table to your Piwigo gallery, create some albums and upload several photos at once.'] = 'Die App Piwigo für Android ermöglicht es Ihnen, sich mit Ihrer Piwigo-Galerie zu verbinden, Alben zu erstellen und mehrere Fotos gleichzeitig hochzuladen.'; +$lang['Piwigo for iOS application empowers you to connect to your Piwigo gallery from your iPhone, iPad or iPod Touch, create some albums and upload several photos at once.'] = 'Die App Piwigo für iOS ermöglicht es Ihnen, sich mit Ihrer Piwigo-Galerie zu verbinden, Alben zu erstellen und mehrere Fotos gleichzeitig hochzuladen.'; $lang['Adobe Photoshop Lightroom is a photography software designed to manage large quantities of digital images and doing post production work.'] = 'Adobe Photoshop Lightroom ist eine Bildbearbeitungssoftware, die entwickelt wurde, um eine grosse Anzahl an Bildern zu verwalten und zu bearbeiten.'; $lang['Available on'] = 'Erhältlich bei '; $lang['Piwigo for Android'] = 'Piwigo für Android'; @@ -837,14 +837,14 @@ $lang['The Piwigo export plugin allows you to create albums and export photos.'] $lang['There is no group in this gallery.'] = 'Es gibt keine Gruppe in dieser Galerie.'; $lang['visitors need to login and have the appropriate permissions to see this album'] = 'Besucher müssen sich einloggen und die entsprechenden Rechte besitzen, um das Album zu sehen'; $lang['Delete multiple size images'] = 'Mehrfache Bildgrößen entfernen'; -$lang['digiKam is an advanced digital photo management free software for Linux, Windows, and MacOSX.'] = 'digiKam ist ein modernes Bildverwaltungsprogramm für Linux, Windows und Mac OS X. digikam ist freie Software.'; +$lang['digiKam is an advanced digital photo management free software for Linux, Windows, and MacOSX.'] = 'digiKam ist ein modernes Bildverwaltungsprogramm für Linux, Windows und Mac OS X. digiKam ist eine freie Software.'; $lang['digiKam is designed for photographers who want to view, manage, edit, enhance, organize, tag, and share photographs.'] = 'DigiKam ist für Fotografen gedacht, die Bilder verwalten, bearbeiten, verbessern, katalogisieren und weitergeben wollen.'; $lang['Features include gallery browsing, album creation and photo upload.'] = 'Der Leistungsumfang schließt das Durchbättern der Galerie, das Erstellen von Alben und das Hochladen von Fotos ein.'; $lang['Generate multiple size images'] = 'Mehrfache Bildgrößen generieren'; $lang['On your Linux, simply install Shotwell with your package manager and the activate Piwigo publishing option.'] = 'Unter Linux installieren Sie Shotwell einfach mit Ihrem Paketmanager. Aktivieren Sie die Option "Piwigo Publishing".'; $lang['Permission granted for groups'] = 'Zugriff für Gruppen erlaubt'; $lang['Piwigo publish plugin for digiKam'] = 'Piwigo-Publish-Plugin für digiKam'; -$lang['ReGalAndroid (RemoteGallery client for Android) is an open source (GPL v3) Piwigo client for the Android platform.'] = 'ReGalAndroid ist ein Piwigo-Client für Android. Das App ist Open Source (GPL v3).'; +$lang['ReGalAndroid (RemoteGallery client for Android) is an open source (GPL v3) Piwigo client for the Android platform.'] = 'ReGalAndroid ist ein Piwigo-Client für Android. Die App ist Open Source (GPL v3).'; $lang['Shotwell is an open source digital photo organizer that runs on Linux. It is the default photo manager in Ubuntu and Fedora.'] = 'Shotwell ist eine Open-Source-Bildverwaltung für Linux und das Standard-Bildverwaltungsprogramm unter Ubuntu und Fedora.'; $lang['To export your photos from digiKam to Piwigo, simply install digiKam and the Kipi-plugins.'] = 'Um Ihre Bilder von digiKam nach Piwigo zu exportieren, installieren Sie einfach digiKam und die Kipi-Plugins.'; $lang['No group is permitted to see this private album'] = 'Keine Gruppe hat das Recht, dieses private Album zu betrachten'; diff --git a/language/en_GB/common.lang.php b/language/en_GB/common.lang.php index 260a94c83..2f69c4884 100644 --- a/language/en_GB/common.lang.php +++ b/language/en_GB/common.lang.php @@ -110,7 +110,6 @@ $lang['Search for words'] = 'Search for words'; $lang['Search in albums'] = 'Search in albums'; $lang['Search in sub-albums'] = 'Search in sub-albums'; $lang['Search results'] = 'Search results'; -$lang['Search rules'] = 'Search criteria'; $lang['Send my connection settings by email'] = 'Send my connection settings by email'; $lang['Sent by'] = 'Sent by'; $lang['Show file metadata'] = 'Show file metadata'; @@ -243,7 +242,6 @@ $lang['Display'] = 'Display'; $lang['Download'] = 'download'; $lang['Download this file'] = 'Download this file'; $lang['EXIF Metadata'] = 'EXIF Metadata'; -$lang['Each listed rule must be satisfied.'] = 'All of the criteria must be satisfied.'; $lang['Edit'] = 'Edit'; $lang['Edit a comment'] = 'Edit a comment'; $lang['Email'] = 'Email'; @@ -276,7 +274,6 @@ $lang['Albums'] = 'Albums'; $lang['All'] = 'All'; $lang['Apply on properties'] = 'Apply on properties'; $lang['Are you sure?'] = 'Are you sure?'; -$lang['At least one listed rule must be satisfied.'] = 'At least one listed criterion must be satisfied.'; $lang['Author'] = 'Author'; $lang['Author: %s'] = 'Author: %s'; $lang['Auto login'] = 'Auto login'; @@ -324,4 +321,7 @@ $lang['%d comment to validate'] = '%d comment to validate'; $lang['%d album updated'] = '%d album updated'; $lang['%d comment'] = '%d comment'; $lang['%d albums updated'] = '%d album updated'; -$lang['%d Kb'] = '%d KB'; \ No newline at end of file +$lang['%d Kb'] = '%d KB'; +$lang['mandatory'] = 'required'; +$lang['Yes'] = 'Yes'; +$lang['Clear'] = 'Clear'; \ No newline at end of file diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 7b005e18f..993335624 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -356,7 +356,7 @@ $lang['synchronize files metadata with database photos informations'] = 'Synchro $lang['even already synchronized photos'] = "Même les photos déjà synchronisées"; $lang['Used metadata'] = "Méta-données employées"; $lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = "Le nom des répertoires et des fichiers ne doit être constitué que de lettres, de chiffres, de \"-\", \"_\" et \".\""; -$lang['wrong filename'] = "nom de fichier erroné"; +$lang['wrong filename'] = 'nom de fichier en erreur'; $lang['Upload'] = "Ajout"; $lang['user "%s" added'] = "utilisateur \"%s\" ajouté"; $lang['User status'] = "Statut de l'utilisateur"; @@ -1353,4 +1353,4 @@ $lang['During upload, if Piwigo detects the photo already exists, associate the $lang['%d files'] = "%d fichiers"; $lang['Shrink'] = 'Réduire'; $lang['Expand'] = 'Agrandir'; -// Leave this line empty +// Leave this line empty \ No newline at end of file diff --git a/language/km_KH/common.lang.php b/language/km_KH/common.lang.php index dd5bd93a1..1cfc45e7b 100644 --- a/language/km_KH/common.lang.php +++ b/language/km_KH/common.lang.php @@ -39,7 +39,6 @@ $lang['%d rates'] = '%d ការ​វាយ​តម្លៃ​ទាំង $lang['About'] = 'អំពីវិបសាយ'; $lang['All tags'] = 'ស្លាក​ទាំងអស់'; $lang['Any tag'] = 'ស្លាក​ផ្សេង​ទៀត​'; -$lang['At least one listed rule must be satisfied.'] = 'យ៉ាងហោច​ណាស់​​បញ្ជីអត្ថបទ​មួយ​ត្រូវ​​ធ្វើ​ឲ្យ​បាន​ត្រឹម​ត្រូវ​សិន'; $lang['Author'] = 'ម្ចាស់​រូប​ថត'; $lang['Albums'] = 'សៀវ​ភៅ​រូប​ថត​ទាំងអស់'; $lang['Album'] = 'សៀវ​ភៅ​រូប​ថត​'; @@ -54,7 +53,6 @@ $lang['Creation date'] = 'ថ្ងៃ​ដែល​បាន​​បង្ក $lang['Current password is wrong'] = 'អក្សរ​សម្ងាត់​​នេះ​ខុស​'; $lang['Dimensions'] = 'ទំហំ'; $lang['Display'] = 'បង្ហាញ'; -$lang['Each listed rule must be satisfied.'] = 'គ្រប់​បញ្ជីអត្ថបទ​ទាំង​អស់​ត្រូវ​តែធ្វើ​ឲ្យ​បាន​ត្រឹម​ត្រូវ​សិន'; $lang['Email address'] = 'អាស័យដ្ឋាន​អេឡិច​ត្រូ​និច​'; $lang['Enter your personnal informations'] = 'បញ្ចូល​ពត៌​មាន​ផ្ទាល់​ខ្លួន​របស់​អ្នក​'; $lang['Error sending email'] = 'មាន​បញ្ហា​កើត​ឡើង​ពេល​កំពុង​ផ្ញើ​សារ​អេ​ឡិច​ត្រូនិច'; @@ -120,7 +118,6 @@ $lang['Registration'] = 'ការ​ចុះ​ឈ្មោះ​'; $lang['Related tags'] = 'ស្លាក​ដែល​ទាក់​ទង​'; $lang['Reset'] = 'ដាក់​ឲ្យ​ដូច​ដើម​'; $lang['Retrieve password'] = 'ទាញ​យក​អក្សរ​សម្ងាត់​មក​វិញ​'; -$lang['Search rules'] = 'ស្វែងរក​លក្ខណៈ​វិនិច្ឆ័យ'; $lang['Search tags'] = 'ស្វែងរក​ស្លាក​'; $lang['Search'] = 'ស្វែង​រក​'; $lang['display available tags'] = 'បង្ហាញ​ស្លាក​ទំនេរ​'; @@ -141,7 +138,6 @@ $lang['add this photo to your favorites'] = 'ដាក់​រូប​ថត $lang['Administration'] = 'អ្នក​គ្រប់​គ្រង'; $lang['all'] = 'ទាំង​អស់​'; $lang['ascending'] = 'តាម​លំដាប់​កើន​'; -$lang['author(s) : %s'] = 'ក្រុម​អ្នក​និ​ពន្ធ​ : %s'; $lang['Expand all albums'] = 'ពង្រីក​សៀវ​ភៅ​រូប​ថត​ទាំង​អស់​'; $lang['posted after %s (%s)'] = 'បាន​ផ្សាយ​ប្រ​កាស​បន្ទាប់​ពី %s (%s)'; $lang['posted before %s (%s)'] = 'បាន​ផ្សាយ​ប្រកាស​មុន​ពេល​ %s (%s)'; @@ -242,7 +238,6 @@ $lang['Search for any term'] = 'ស្វែង​រក​ពាក្យ​ផ $lang['Empty query. No criteria has been entered.'] = 'សំណួរទទេ. គ្មាន​ការ​វិនិច្ឆ័យ​ត្រូវ​បាន​បញ្ចូល'; $lang['Search results'] = 'លទ្ធ​ផល​នៃ​ការ​ស្វែង​រក'; $lang['Search in sub-albums'] = 'ស្វែង​រក​ក្នុង​សៀវ​ភៅ​រូប​ថត​រង​ទាំង​អស់​'; -$lang['searched words : %s'] = 'បាន​ស្វែង​រក​ពាក្យ​ : %s'; $lang['Contact'] = 'ទាក់​ទង​'; $lang['set as album representative'] = 'ដាក់​ជា​គំរប​សៀវភៅ​រូប​ថត​'; $lang['Show number of comments'] = 'បង្ហាញ​ចំនួន​មតិ​ទាំង​អស់​'; @@ -414,3 +409,38 @@ $lang['Link: %s'] = 'តំណភ្ជាប់៖ %s'; $lang['Invalid username or password!'] = 'ឈ្មោះ ឬលេខសម្ងាត់ខុស!'; $lang['Your authentication key is no longer valid.'] = 'លេខគន្លឹះសិទ្ធិផ្ទៀងផ្ទាត់​មិនត្រឹមត្រូវ​ទៀតទេ។'; $lang['generate random password'] = 'បង្កើតលេខសម្ងាត់ចៃដន្យ'; +$lang['last 3 months'] = '៣ខែចុងក្រោយ'; +$lang['last 30 days'] = '៣០ថ្ងៃចុងក្រោយ'; +$lang['last 6 months'] = '៦ខែចុងក្រោយ'; +$lang['last 7 days'] = '៧ថ្ងៃចុងក្រោយ'; +$lang['last year'] = 'ឆ្នាំមុន'; +$lang['rating score %s'] = 'ការវាយតម្លៃពិន្ទុ %s'; +$lang['year %d'] = 'ឆ្នាំ %d'; +$lang['last 24 hours'] = '២៤ម៉ោងចុងក្រោយ'; +$lang['You can try to edit your filters and perform a new search.'] = 'អ្នកអាចព្យាយាមកែសម្រួលតម្រងរបស់អ្នក រួចធ្វើការស្វែងរកជាថ្មី។'; +$lang['Validate'] = 'ធ្វើ​ឱ្យ​មាន​សុពលភាព'; +$lang['Unknown time period'] = 'រយៈពេលមិនស្គាល់'; +$lang['Tags listed here match your search by word. Click on one to browse by tag.'] = 'ស្លាកដែលបានរាយបញ្ជីនៅទីនេះត្រូវគ្នានឹងការស្វែងរករបស់អ្នកតាមពាក្យ។ ចុចលើមួយដើម្បីរកមើលតាមស្លាក។'; +$lang['Tags found'] = 'ស្លាកបានរកឃើញ'; +$lang['Start-Date'] = 'កាលបរិច្ឆេទផ្ដើម'; +$lang['Search in this set'] = 'ស្វែងរកក្នុងការកំណត់នេះ'; +$lang['Related albums'] = 'អាលប៊ុមបានវាយតម្លៃ'; +$lang['Search in :'] = 'ស្វែងរកក្នុង៖'; +$lang['Pre-established filters are proposed, but you can add or remove them using the "Choose filters" button.'] = 'តម្រងដែលបានបង្កើតជាមុនត្រូវបានស្នើឡើង ប៉ុន្តែអ្នកអាចបន្ថែម ឬលុបពួកវាដោយប្រើប៊ូតុង "ជ្រើសរើសតម្រង"។'; +$lang['Password: ********** (no copy by email)'] = 'ពាក្យសម្ងាត់៖ ********** (គ្មានច្បាប់ចម្លងតាមអ៊ីមែល)'; +$lang['No results are available.'] = 'មិនមានលទ្ធផលទេ។'; +$lang['Filters'] = 'តម្រង'; +$lang['Empty filters'] = 'សម្អាតតម្រង'; +$lang['Fill in the filters to start a search'] = 'បំពេញក្នុងតម្រង ដើម្បីចាប់ផ្តើមការស្វែងរក'; +$lang['File type'] = 'ប្រភេទឯកសារ'; +$lang['Clear'] = 'សម្អាត'; +$lang['Choose filters'] = 'ជ្រើសរើសតម្រង'; +$lang['Cancel'] = 'លប់ចោល'; +$lang['Albums listed here match your search by word. Click on one to browse by album.'] = 'អាល់ប៊ុមដែលបានរាយនៅទីនេះត្រូវគ្នានឹងការស្វែងរករបស់អ្នកតាមពាក្យ។ ចុចមួយដើម្បីរកមើលតាមអាល់ប៊ុម។'; +$lang['Albums found'] = 'បានរកឃើញអាល់ប៊ុម'; +$lang['Album title'] = 'ចំណងជើងអាល់ប៊ុម'; +$lang['Album name, 100 → 10 → 5 → 1'] = 'ឈ្មោះអាល់ប៊ុម 100 → 10 → 5 → 1'; +$lang['Album name, 1 → 5 → 10 → 100'] = 'ឈ្មោះអាល់ប៊ុម 1 → 5 → 10 → 100'; +$lang['Album description'] = 'ការពិពណ៌នាអាល់ប៊ុម'; +$lang['Added by'] = 'បានបន្ថែមដោយ'; +$lang['%d visits'] = '%d ទស្សនា'; \ No newline at end of file diff --git a/language/km_KH/install.lang.php b/language/km_KH/install.lang.php index 22f0d192a..ff458ca26 100644 --- a/language/km_KH/install.lang.php +++ b/language/km_KH/install.lang.php @@ -49,4 +49,5 @@ $lang['verification'] = 'ការផ្ទៀងផ្ទាត់'; $lang['enter a login for webmaster'] = 'សូមបញ្ចូលឈ្មោះអ្នកគ្រប់គ្រងបណ្ដាញ'; $lang['please enter your password again'] = 'សូមបញ្ចូលលេខសម្ងាត់របស់អ្នកម្តងទៀត'; $lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'ដំណោះស្រាយជំនួសគឺដើម្បីចម្លងអត្ថបទនៅក្នុងប្រអប់ខាងលើនិងបិទភ្ជាប់វាទៅក្នុងឯកសារ​ "local/config/database.inc.php" (ប្រុងប្រយ័ត្ន: database.inc.php ត្រូវតែមានតែមួយគត់នូវអ្វីដែលមានក្នុង textarea, គ្មានបន្ទាត់ត្រឡប់ ឬចន្លោះតួអក្សរ'; -$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'អ្នកគួរតែយោងទៅលើជំនួយរបស់អ្នកផ្តល់សេវាបង្ហោះរបស់អ្នក និងរកមើលពីរបៀបដែលអ្នកអាចប្ដូរទៅកម្មវិធី PHP 5.2 បានដោយខ្លួនឯង'; \ No newline at end of file +$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'អ្នកគួរតែយោងទៅលើជំនួយរបស់អ្នកផ្តល់សេវាបង្ហោះរបស់អ្នក និងរកមើលពីរបៀបដែលអ្នកអាចប្ដូរទៅកម្មវិធី PHP 5.2 បានដោយខ្លួនឯង'; +$lang['PHP version %s required (you are running on PHP %s)'] = 'ទាមទារកំណែ PHP %s (អ្នកកំពុងដំណើរការលើ PHP %s)'; \ No newline at end of file diff --git a/language/km_KH/upgrade.lang.php b/language/km_KH/upgrade.lang.php index fc30e5eae..4cb267b12 100644 --- a/language/km_KH/upgrade.lang.php +++ b/language/km_KH/upgrade.lang.php @@ -21,4 +21,5 @@ $lang['As a precaution, following themes have been deactivated. You must check f $lang['As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:'] = 'សូម​ប្រុង​ប្រយ័ត្ន កម្មវិធី​ជំនួយ​ខាង​ក្រោម​បាន​ដាក់​មិន​អោយ​ដំណើរការ។ អ្នក​ត្រូវ​តែ​ត្រួត​ពិនិត្យ​ថា​តើ​ កម្មវិធី​ជំនួយ​ទាំង​នោះបាន​បង្កើន​ជំនាន់​មុន​ដាក់​អោយ​ដំណើរការ​ឡើងវិញ៖'; $lang['This page proposes to upgrade your database corresponding to your old version of Piwigo to the current version. The upgrade assistant thinks you are currently running a release %s (or equivalent).'] = 'ទំព័រ​នេះ​ស្នើរបង្កើន​ជំនាន់​មូលដ្ឋាន​ទិន្នន័យ ពីជំនាន់​ Piwigo ចាស់​របស់​អ្នកទៅ​ជំនាន់​ថ្មី។ ផ្នែក​ជំនួយ​ខាងបង្កើន​ជំនាន់​គិត​ថា អ្នក​កំពុង​តែដំណើរការ release %s (ឬ សមមូល).'; $lang['Perform a maintenance check in [Administration>Tools>Maintenance] if you encounter any problem.'] = 'អនុវត្តដំណើរ​ការ​ថែរក្សា [ផ្នែក​រដ្ឋបាល>ឧបករណ៍>ការថែរក្សា] បើ​អ្នក​ជួបបញ្ហាផ្សេងៗ'; -$lang['Only thumbnails prefix and webmaster mail address have been saved from previous configuration'] = 'មាន​តែ​បុព្វបទរូបភាពតូច​ និង​អាស័យ​ដ្ឋាន​សំបុត្ររបស់​ប្រធាន​វេបសាយ​ទេ ដែល​ត្រូវ​បាន​រក្សា​ទុក​ពីការ​កំណត់​មុន​នេះ'; \ No newline at end of file +$lang['Only thumbnails prefix and webmaster mail address have been saved from previous configuration'] = 'មាន​តែ​បុព្វបទរូបភាពតូច​ និង​អាស័យ​ដ្ឋាន​សំបុត្ររបស់​ប្រធាន​វេបសាយ​ទេ ដែល​ត្រូវ​បាន​រក្សា​ទុក​ពីការ​កំណត់​មុន​នេះ'; +$lang['Discover what\'s new in Piwigo %s'] = 'ស្វែងយល់ពីអ្វីដែលថ្មីនៅក្នុង Piwigo %s'; \ No newline at end of file diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php index 76b8a2b8b..9c36885a0 100644 --- a/language/nl_NL/admin.lang.php +++ b/language/nl_NL/admin.lang.php @@ -819,7 +819,7 @@ $lang['Shotwell is an open source digital photo organizer that runs on Linux. It $lang['The file or directory cannot be accessed (either it does not exist or the access is denied)'] = 'Het bestand of de map kan niet worden geopend (of het bestaat niet of de toegang wordt geweigerd)'; $lang['The Piwigo publish Plug-in allows you to export and synchronize photos from Lightroom directly to your Piwigo photo gallery.'] = 'Met de Piwigo Publish plug-in kun je foto\'s direct vanuit Lightroom naar jouw Piwigo fotogalerie exporteren en synchroniseren.'; $lang['Web Form'] = 'Via webformulier'; -$lang['%u users have automatic permission because they belong to a granted group.'] = '%jouw gebruikers hebben automatisch recht, omdat ze tot een groep behoren die dit recht is verleend'; +$lang['%u users have automatic permission because they belong to a granted group.'] = '%u gebruikers hebben automatisch recht, omdat ze tot een groep behoren die dit recht is verleend'; $lang['Aperture is a powerful tool to refine images and manage massive libraries on Mac.'] = 'Aperture is een krachtig gereedschap om grote hoeveelheden foto\'s te beheren en te verbeteren op een Mac.'; $lang['Aperture is designed for professional photographers with iPhoto simplicity.'] = 'Aperture is gemaakt voor professionele fotografen met iPhoto gemak.'; $lang['Apply watermark if height is bigger than'] = 'Breng watermerk aan als de hoogte groter is dan'; diff --git a/language/pl_PL/admin.lang.php b/language/pl_PL/admin.lang.php index 1ade4eae1..10a6b33aa 100644 --- a/language/pl_PL/admin.lang.php +++ b/language/pl_PL/admin.lang.php @@ -655,7 +655,7 @@ $lang['%d of %d photos selected'] = '%d z %d zaznaczonych zdjęć'; $lang['No photo selected, %d photos in current set'] = 'Nie zostało wybrane żadne zdjęcie, %d zdjęć w aktualnym zestawie'; $lang['All %d photos are selected'] = '%d wszystkich zaznaczonych zdjęć'; $lang['remove this filter'] = 'usuń ten filtr'; -$lang['Duplicates'] = 'duplikaty'; +$lang['Duplicates'] = 'Duplikaty'; $lang['Add a filter'] = 'Dodaj filtr'; $lang['Remove all filters'] = 'Usuń wszystkie filtry'; $lang['Refresh photo set'] = 'Odśwież zestaw zdjęć'; diff --git a/language/pt_PT/admin.lang.php b/language/pt_PT/admin.lang.php index 426f47cbe..4b180b8ae 100644 --- a/language/pt_PT/admin.lang.php +++ b/language/pt_PT/admin.lang.php @@ -1344,4 +1344,7 @@ $lang['Unlocked album'] = 'Album aberto'; $lang['%d in whole branch'] = '%d em todo o ramo'; $lang['During upload, if Piwigo detects the photo already exists, associate the existing photo to the destination album, without duplicating file'] = 'Durante o upload, se o Piwigo detectar que a foto já existe, associe a foto existente ao álbum de destino, sem duplicar o arquivo '; -$lang['Put at the root'] = 'Coloque na raiz'; \ No newline at end of file +$lang['Put at the root'] = 'Coloque na raiz'; +$lang['Shrink'] = 'Encolher'; +$lang['Expand'] = 'Expandir'; +$lang['%d files'] = '%d ficheiros'; \ No newline at end of file diff --git a/language/pt_PT/common.lang.php b/language/pt_PT/common.lang.php index a6d94afaa..a5bc8016a 100644 --- a/language/pt_PT/common.lang.php +++ b/language/pt_PT/common.lang.php @@ -51,7 +51,7 @@ $lang['Create a new account'] = 'Abrir uma conta nova'; $lang['Created on'] = 'Aberta em'; $lang['Creation date'] = 'Data de abertura'; $lang['Current password is wrong'] = 'A Senha actual est errada'; -$lang['Dimensions'] = 'Dimenses'; +$lang['Dimensions'] = 'Dimensões'; $lang['Display'] = 'Mostrar'; $lang['Email address is missing. Please specify an email address.'] = 'Esqueceu o endereo de email. Por favor indique um email.'; $lang['Email address'] = 'Endereço de email'; diff --git a/language/ro_RO/common.lang.php b/language/ro_RO/common.lang.php index ec6f1449c..52cbc5443 100644 --- a/language/ro_RO/common.lang.php +++ b/language/ro_RO/common.lang.php @@ -39,7 +39,6 @@ $lang['%d new users'] = '%d utilizatori noi'; $lang['About'] = 'Despre'; $lang['All tags'] = 'Toate etichetele'; $lang['Any tag'] = 'Orice eticheta'; -$lang['At least one listed rule must be satisfied.'] = 'Cel puţin o singură regulă trebuie să fie îndeplinită'; $lang['Author'] = 'Autor'; $lang['Albums'] = 'Albume'; $lang['Album'] = 'Album'; @@ -55,7 +54,6 @@ $lang['Creation date'] = 'Data creaţiei'; $lang['Current password is wrong'] = 'Parola actuală nu este corectă'; $lang['Dimensions'] = 'Dimensiuni'; $lang['Display'] = 'Afişare'; -$lang['Each listed rule must be satisfied.'] = 'Fiecare regulă enumerată trebuie să fie îndeplinită'; $lang['Email address'] = 'Adresa de e-mail'; $lang['Enter your personnal informations'] = 'Introduceţi informaţiile dvs. personale'; $lang['Error sending email'] = 'Eroare la trimiterea de e-mail'; @@ -88,7 +86,6 @@ $lang['Registration'] = 'Înscriere'; $lang['Related tags'] = 'Etichete asociate'; $lang['Reset'] = 'Resetare'; $lang['Retrieve password'] = 'Recuperare parolă'; -$lang['Search rules'] = 'Criterii de căutare'; $lang['Search tags'] = 'Caută etichete'; $lang['Search'] = 'Caută'; $lang['display available tags'] = 'Vezi etichetele disponibile'; @@ -110,7 +107,6 @@ $lang['add this photo to your favorites'] = 'adăuga această imagine la favorit $lang['Administration'] = 'Administraţie'; $lang['all'] = 'tot'; $lang['ascending'] = 'ascendent'; -$lang['author(s) : %s'] = 'autor(i) : %s'; $lang['Expand all albums'] = 'Extinde toate albumele'; $lang['posted after %s (%s)'] = 'postat după %s (%s)'; $lang['posted before %s (%s)'] = 'postat înainte de %s (%s)'; @@ -232,7 +228,6 @@ $lang['Search for any term'] = 'Caută oricare termen'; $lang['Empty query. No criteria has been entered.'] = 'Interogare goală. Nici un criteriu nu a fost introdus.'; $lang['Search results'] = 'Rezultatele căutării'; $lang['Search in sub-albums'] = 'Caută în sub-albume'; -$lang['searched words : %s'] = 'cuvinte căutate : %s'; $lang['Contact'] = 'Contact'; $lang['set as album representative'] = 'Setaţi ca reprezentant al acestui album'; $lang['Show number of comments'] = 'Arată numărul de comentarii'; @@ -420,4 +415,16 @@ $lang['Password: ********** (no copy by email)'] = 'Parolă: ********** (fără $lang['Related albums'] = 'Albume conexe'; $lang['Album name, 1 → 5 → 10 → 100'] = 'Numele albumului, 1 → 5 → 10 → 100'; $lang['Album name, 100 → 10 → 5 → 1'] = 'Numele albumului, 100 → 10 → 5 → 1'; -$lang['Start-Date'] = 'Data de inceput'; \ No newline at end of file +$lang['Start-Date'] = 'Data de inceput'; +$lang['last 6 months'] = 'Ultimele 6 luni'; +$lang['last 7 days'] = 'Ultimele 7 zile'; +$lang['Validate'] = 'Validează'; +$lang['year %d'] = 'an %d'; +$lang['last 24 hours'] = 'ultimele 24 de ore'; +$lang['last 3 months'] = 'Ultimele 3 luni'; +$lang['last 30 days'] = 'Ultimele 30 de zile'; +$lang['%d visits'] = '%d visite'; +$lang['Added by'] = 'Adăugat de'; +$lang['Album title'] = 'Titlul albumului'; +$lang['Filters'] = 'Filtre'; +$lang['Search in :'] = 'Caută în:'; \ No newline at end of file diff --git a/language/sk_SK/admin.lang.php b/language/sk_SK/admin.lang.php index 2e228dfc2..1936d8e86 100644 --- a/language/sk_SK/admin.lang.php +++ b/language/sk_SK/admin.lang.php @@ -144,7 +144,7 @@ $lang['Uninstall'] = 'Odinštalovať'; $lang['Use the default photo sort order'] = 'Použiť predvolené triedenie'; $lang['User comments validation'] = 'Schválenie komentárov používateľa'; $lang['Users'] = 'Používatelia'; -$lang['Validate'] = 'Schváliť'; +$lang['Validate'] = 'Potvrdiť'; $lang['Validation'] = 'Schválenie'; $lang['Version'] = 'Verzia'; $lang['Virtual albums to move'] = 'Virtuálne albumy k presunutiu'; diff --git a/language/sk_SK/common.lang.php b/language/sk_SK/common.lang.php index a538c773d..f17129808 100644 --- a/language/sk_SK/common.lang.php +++ b/language/sk_SK/common.lang.php @@ -38,7 +38,7 @@ $lang['%d new user'] = '%d nový používateľ'; $lang['%d new users'] = '%d nových používateľov'; $lang['About'] = 'O galérii'; $lang['All tags'] = 'Všetky štítky'; -$lang['Any tag'] = 'Akýkoľvek kľúč'; +$lang['Any tag'] = 'Ktorýkoľvek štítok'; $lang['Author'] = 'Autor'; $lang['Albums'] = 'Albumy'; $lang['Album'] = 'Album'; @@ -147,7 +147,7 @@ $lang['day'][5] = 'Piatok'; $lang['day'][6] = 'Sobota'; $lang['Default'] = 'Predvolené'; $lang['delete this photo from your favorites'] = 'Odstrániť fotografiu z obľúbených'; -$lang['Delete'] = 'Zmazať'; +$lang['Delete'] = 'Odstrániť'; $lang['descending'] = 'zostupne'; $lang['Download'] = 'Stiahnuť'; $lang['Download this file'] = 'stiahnuť tento súbor'; @@ -237,8 +237,8 @@ $lang['Date'] = 'Od'; $lang['End-Date'] = 'Do'; $lang['Kind of date'] = 'Dátum:'; $lang['Search for words'] = 'Hľadať slová'; -$lang['Search for all terms'] = 'Hľadať uvedené výrazy '; -$lang['Search for any term'] = 'Hľadať všetky výrazy'; +$lang['Search for all terms'] = 'Hľadať všetky výrazy'; +$lang['Search for any term'] = 'Hľadať ktorýkoľvek výraz'; $lang['Empty query. No criteria has been entered.'] = 'Neúplný dotaz. Neboli zadané žiadne podmienky pre vyhľadávanie.'; $lang['Search results'] = 'Výsledky vyhľadávania'; $lang['Search in sub-albums'] = 'Hľadanie v subalbumoch'; @@ -439,14 +439,14 @@ $lang['Album description'] = 'Popis albumu'; $lang['Album title'] = 'Názov albumu'; $lang['Albums found'] = 'Našli sa albumy'; $lang['Cancel'] = 'Zrušiť'; -$lang['Choose filters'] = 'Vyberte filtre'; -$lang['Clear'] = 'Jasný'; -$lang['Empty filters'] = 'Prázdne filtre'; +$lang['Choose filters'] = 'Vybrať filtre'; +$lang['Clear'] = 'Vyčistiť'; +$lang['Empty filters'] = 'Odstrániť filtre'; $lang['File type'] = 'Typ súboru'; $lang['Fill in the filters to start a search'] = 'Ak chcete spustiť vyhľadávanie, vyplňte filtre'; $lang['Filters'] = 'Filtre'; $lang['No results are available.'] = 'Nie sú k dispozícii žiadne výsledky.'; $lang['Search in :'] = 'Hľadať v:'; -$lang['Search in this set'] = 'Hľadajte v tejto skupine'; +$lang['Search in this set'] = 'Hľadať v tejto skupine'; $lang['Tags found'] = 'Našli sa značky'; $lang['Unknown time period'] = 'Neznáme časové obdobie'; \ No newline at end of file diff --git a/language/zh_CN/common.lang.php b/language/zh_CN/common.lang.php index d4a449c0b..5d51096ec 100644 --- a/language/zh_CN/common.lang.php +++ b/language/zh_CN/common.lang.php @@ -39,7 +39,6 @@ $lang['%d new users'] = '%d 位新用户'; $lang['About'] = "关于"; $lang['All tags'] = '符合所有标签'; $lang['Any tag'] = '符合任一标签'; -$lang['At least one listed rule must be satisfied.'] = '列出的条件中至少需要满足一项。'; $lang['Author'] = "作者"; $lang['Albums'] = "相册"; $lang['Album'] = "相册"; @@ -55,7 +54,6 @@ $lang['Creation date'] = "创建日期"; $lang['Current password is wrong'] = '当前密码错误'; $lang['Dimensions'] = "尺寸"; $lang['Display'] = "显示"; -$lang['Each listed rule must be satisfied.'] = '每项列出的条件均需满足。'; $lang['Email address is missing. Please specify an email address.'] = '邮箱地址为空。请填写您的邮箱地址。'; $lang['Email address'] = '邮箱地址'; $lang['Enter your personnal informations'] = '输入您的个人信息'; @@ -89,7 +87,6 @@ $lang['Registration'] = '注册'; $lang['Related tags'] = '相关标签'; $lang['Reset'] = '重置'; $lang['Retrieve password'] = '取回密码'; -$lang['Search rules'] = '搜索条件'; $lang['Search tags'] = '搜索标签'; $lang['Search'] = '搜索'; $lang['display available tags'] = '显示现有标签'; @@ -111,7 +108,6 @@ $lang['add this photo to your favorites'] = '将图片添加到收藏'; $lang['Administration'] = '后台管理'; $lang['all'] = '所有'; $lang['ascending'] = '升序'; -$lang['author(s) : %s'] = '作者:%s'; $lang['Expand all albums'] = '展开所有相册'; $lang['posted after %s (%s)'] = '发布于 %s (%s) 之后'; $lang['posted before %s (%s)'] = '发布于 %s (%s) 之前'; @@ -243,7 +239,6 @@ $lang['Search for any term'] = '符合任一关键词'; $lang['Empty query. No criteria has been entered.'] = '空查询。未输入任何条件。'; $lang['Search results'] = '搜索结果'; $lang['Search in sub-albums'] = '也在子相册中搜索'; -$lang['searched words : %s'] = '搜索词:%s'; $lang['Contact'] = '联系'; $lang['set as album representative'] = '设为相册缩略图'; $lang['Show number of comments'] = '显示评论数'; @@ -421,4 +416,33 @@ $lang['Password: ********** (no copy by email)'] = '密码:********** (不要 $lang['Related albums'] = '相关相册'; $lang['Album name, 1 → 5 → 10 → 100'] = '相册名, 1 → 5 → 10 → 100'; $lang['Album name, 100 → 10 → 5 → 1'] = '相册名, 100 → 10 → 5 → 1'; -$lang['Start-Date'] = '起始日期'; \ No newline at end of file +$lang['Start-Date'] = '起始日期'; +$lang['Validate'] = '验证'; +$lang['You can try to edit your filters and perform a new search.'] = '您可以尝试编辑过滤器并执行新的搜索。'; +$lang['last 24 hours'] = '最近24小时'; +$lang['last 3 months'] = '最近3小时'; +$lang['last 30 days'] = '最近30天'; +$lang['last 6 months'] = '最近6个月'; +$lang['last 7 days'] = '最近7天'; +$lang['last year'] = '去年'; +$lang['rating score %s'] = '评分 %s'; +$lang['year %d'] = '年 %d'; +$lang['Added by'] = '添加者'; +$lang['Album description'] = '专辑说明'; +$lang['Album title'] = '专辑标题'; +$lang['Albums found'] = '找到专辑'; +$lang['Albums listed here match your search by word. Click on one to browse by album.'] = '此处列出的专辑与您按字词搜索的内容相匹配。单击其中一个可按相册浏览。'; +$lang['Cancel'] = '取消'; +$lang['Choose filters'] = '选择过滤器'; +$lang['Clear'] = '清除'; +$lang['Empty filters'] = '清空过滤器'; +$lang['File type'] = '文件类型'; +$lang['Fill in the filters to start a search'] = '填写过滤器以开始搜索'; +$lang['Filters'] = '过滤器'; +$lang['No results are available.'] = '没有可用的结果。'; +$lang['Pre-established filters are proposed, but you can add or remove them using the "Choose filters" button.'] = '建议使用预先建立的过滤器,但您可以使用“选择过滤器”按钮添加或删除它们。'; +$lang['Search in :'] = '搜索范围:'; +$lang['Search in this set'] = '在此集合中搜索'; +$lang['Tags found'] = '找到标签'; +$lang['Tags listed here match your search by word. Click on one to browse by tag.'] = '此处列出的标签与您的搜索匹配。单击其中一个可按标记浏览。'; +$lang['Unknown time period'] = '未知时间段'; \ No newline at end of file