v1.0.4
This commit is contained in:
parent
521be5152d
commit
6d3a3e3a51
33 changed files with 7003 additions and 2115 deletions
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
define('G_APP_NAME', 'Chevereto Free');
|
||||
define('G_APP_VERSION', '1.0.3');
|
||||
define('G_APP_VERSION', '1.0.4');
|
||||
define('G_APP_GITHUB_OWNER', 'Chevereto');
|
||||
define('G_APP_GITHUB_REPO', 'Chevereto-Free');
|
95
app/content/languages/cache/cs.po.cache.php
vendored
95
app/content/languages/cache/cs.po.cache.php
vendored
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
$translation_header = array (
|
||||
'Project-Id-Version' => 'VERSION',
|
||||
'POT-Creation-Date' => '2016-07-15 17:52+0000',
|
||||
'PO-Revision-Date' => '2016-07-15 17:52+0000',
|
||||
'POT-Creation-Date' => '2016-10-17 20:52+0000',
|
||||
'PO-Revision-Date' => '2016-10-17 20:52+0000',
|
||||
'Last-Translator' => 'FULL NAME <EMAIL@ADDRESS>',
|
||||
'Language-Team' => 'LANGUAGE TEAM <EMAIL@ADDRESS>',
|
||||
'Language' => 'cs',
|
||||
|
@ -99,6 +99,9 @@ $translation_table = [
|
|||
"Note: This content is private. Change privacy to \"public\" to share." => [
|
||||
0 => "Poznámka: Tento obsah je soukromý. Pro umožnění sdílení je potřeba změnit soukromí na \"veřejné\".",
|
||||
],
|
||||
"After %n %t" => [
|
||||
0 => "Po %n %t",
|
||||
],
|
||||
"Don't autodelete" => [
|
||||
0 => "Automaticky nemazat",
|
||||
],
|
||||
|
@ -231,6 +234,9 @@ $translation_table = [
|
|||
"Dashboard" => [
|
||||
0 => "Administrace",
|
||||
],
|
||||
"There is an update available for your system. Go to %s to download and install this update." => [
|
||||
0 => "Je k dispozici nová aktualizace pro Váš systém. Klikněte na následující odkaz %s pro stažení a instalaci této aktualizace.",
|
||||
],
|
||||
"System database is outdated. You need to run the <a href=\"%s\">update</a> tool." => [
|
||||
0 => "Systémová databáze je zastaralá. Je potřeba spustit <a href=\"%s\">aktualizační</a> nástroj.",
|
||||
],
|
||||
|
@ -246,6 +252,9 @@ $translation_table = [
|
|||
"The release notes for this update are:" => [
|
||||
0 => "Poznámky k verzi této aktualizace:",
|
||||
],
|
||||
"You can apply this update directly from your %a or download it from %s and then manually install it." => [
|
||||
0 => "Tuto aktualizaci můžete nainstalovat automaticky přímo ze svého %a nebo si ji stáhnout z %s a nainstalovat manuálně.",
|
||||
],
|
||||
"Chevereto update available (v%s)" => [
|
||||
0 => "Je k dispozici aktualizace Chevereta (v%s)",
|
||||
],
|
||||
|
@ -264,6 +273,15 @@ $translation_table = [
|
|||
"That page doesn't exist" => [
|
||||
0 => "Tato stránka neexistuje",
|
||||
],
|
||||
"Most recent" => [
|
||||
0 => "Nejnovější",
|
||||
],
|
||||
"Oldest" => [
|
||||
0 => "Nejstarší",
|
||||
],
|
||||
"Albums" => [
|
||||
0 => "Alba",
|
||||
],
|
||||
"Forgot password?" => [
|
||||
0 => "Zapoměli jste heslo?",
|
||||
],
|
||||
|
@ -321,12 +339,6 @@ $translation_table = [
|
|||
"Password required" => [
|
||||
0 => "Je vyžadováno heslo",
|
||||
],
|
||||
"Most recent" => [
|
||||
0 => "Nejnovější",
|
||||
],
|
||||
"Oldest" => [
|
||||
0 => "Nejstarší",
|
||||
],
|
||||
"Most viewed" => [
|
||||
0 => "Nejprohlíženější",
|
||||
],
|
||||
|
@ -336,6 +348,9 @@ $translation_table = [
|
|||
"Share" => [
|
||||
0 => "Sdílet",
|
||||
],
|
||||
"Embed codes" => [
|
||||
0 => "Kódy pro vložení",
|
||||
],
|
||||
"Full info" => [
|
||||
0 => "Kompletní informace",
|
||||
],
|
||||
|
@ -348,9 +363,6 @@ $translation_table = [
|
|||
"Images" => [
|
||||
0 => "Obrázky",
|
||||
],
|
||||
"Albums" => [
|
||||
0 => "Alba",
|
||||
],
|
||||
"Users" => [
|
||||
0 => "Uživatelé",
|
||||
],
|
||||
|
@ -366,6 +378,9 @@ $translation_table = [
|
|||
"check for updates" => [
|
||||
0 => "Zkontrolovat aktualizace",
|
||||
],
|
||||
"Chevereto support" => [
|
||||
0 => "Chevereto podpora",
|
||||
],
|
||||
"PHP version" => [
|
||||
0 => "PHP verze",
|
||||
],
|
||||
|
@ -408,6 +423,18 @@ $translation_table = [
|
|||
"Memory limit" => [
|
||||
0 => "Limit paměti (mem. limit)",
|
||||
],
|
||||
"Links" => [
|
||||
0 => "Odkazy",
|
||||
],
|
||||
"Documentation" => [
|
||||
0 => "Dokumentace",
|
||||
],
|
||||
"Changelog" => [
|
||||
0 => "Seznam změn",
|
||||
],
|
||||
"Request new features" => [
|
||||
0 => "Požádat o nové funkce",
|
||||
],
|
||||
"Website" => [
|
||||
0 => "Webová stránka",
|
||||
],
|
||||
|
@ -501,15 +528,6 @@ $translation_table = [
|
|||
"The page has been deleted." => [
|
||||
0 => "Stránka byla odstraněna.",
|
||||
],
|
||||
"Before cover (homepage)" => [
|
||||
0 => "Před coverem (titulka).",
|
||||
],
|
||||
"After cover (homepage)" => [
|
||||
0 => "Za coverem (titulka).",
|
||||
],
|
||||
"After listing (homepage)" => [
|
||||
0 => "Za výpisem (titulka)",
|
||||
],
|
||||
"Before pagination" => [
|
||||
0 => "Před stránkováním",
|
||||
],
|
||||
|
@ -732,9 +750,6 @@ $translation_table = [
|
|||
"About" => [
|
||||
0 => "O webu",
|
||||
],
|
||||
"Embed codes" => [
|
||||
0 => "Kódy pro vložení",
|
||||
],
|
||||
"Image ID" => [
|
||||
0 => "ID obrázku",
|
||||
],
|
||||
|
@ -1206,9 +1221,6 @@ $translation_table = [
|
|||
2 => "alba",
|
||||
3 => "alba",
|
||||
],
|
||||
"Links" => [
|
||||
0 => "Odkazy",
|
||||
],
|
||||
"Viewer links" => [
|
||||
0 => "Odkaz s náhledem",
|
||||
],
|
||||
|
@ -1437,12 +1449,6 @@ $translation_table = [
|
|||
"Load more" => [
|
||||
0 => "Načíst více",
|
||||
],
|
||||
"Previous" => [
|
||||
0 => "Předchozí",
|
||||
],
|
||||
"Next" => [
|
||||
0 => "Další",
|
||||
],
|
||||
"Select all" => [
|
||||
0 => "Vybrat vše",
|
||||
],
|
||||
|
@ -1668,6 +1674,9 @@ $translation_table = [
|
|||
"This setting is always diabled when using personal website mode." => [
|
||||
0 => "Toto nastavení je vždy zakázáno při použití režimu osobní webové stránky.",
|
||||
],
|
||||
"documentation" => [
|
||||
0 => "dokumentace",
|
||||
],
|
||||
"Add category" => [
|
||||
0 => "Přidat kategorii",
|
||||
],
|
||||
|
@ -2352,6 +2361,9 @@ $translation_table = [
|
|||
"Delete image" => [
|
||||
0 => "Smazat obrázek",
|
||||
],
|
||||
"Add new cover image" => [
|
||||
0 => "Přidat nový titulní obrázek",
|
||||
],
|
||||
"Vector version or your website logo in SVG format (only for homepage)." => [
|
||||
0 => "Vektorová verze nebo logo vaší webové stránky v SVG formátu (pouze pro domovskou stránku)",
|
||||
],
|
||||
|
@ -2382,8 +2394,17 @@ $translation_table = [
|
|||
"Comma-separated list of target user IDs to show images on homepage. Leave it empty to display all recent images." => [
|
||||
0 => "Čárkami oddělený seznam cílových uživatelských ID, kteří mohou prohlížet obrázky na domovské stránce. Ponechte pole prázdné pro zobrazování všech nedávných obrázků.",
|
||||
],
|
||||
"Here you can set the codes for the predefined ad spaces." => [
|
||||
0 => "Zde můžete nastavit kódy pro předdefinované pozice reklam.",
|
||||
"Automatic updates check" => [
|
||||
0 => "Automatická kontrola aktualizací",
|
||||
],
|
||||
"When enabled the system will automatically check for new updates." => [
|
||||
0 => "Když je tato volba povolena, umožňuje systému automaticky kontrolovat nové aktualizace.",
|
||||
],
|
||||
"Display available updates notification" => [
|
||||
0 => "Zobrazení oznámení o dostupné aktualizaci Chevereta",
|
||||
],
|
||||
"Enable this to show a notice on top warning you about new available system updates." => [
|
||||
0 => "Povolte, pokud chcete zobrazit oznámení při dostupné aktualizaci Chevereta.",
|
||||
],
|
||||
"Maintenance" => [
|
||||
0 => "Mód údržby",
|
||||
|
@ -2517,6 +2538,9 @@ $translation_table = [
|
|||
"Use this to test how your emails are being delivered. We recommend you to use %s." => [
|
||||
0 => "Pomocí této funkce lze otestovat, jak jsou vaše e-maily doručovány. Doporučujeme použít %s.",
|
||||
],
|
||||
"social networks" => [
|
||||
0 => "sociální sítě",
|
||||
],
|
||||
"You need a <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> for this." => [
|
||||
0 => "Potřebujete <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook aplikaci</a>.",
|
||||
],
|
||||
|
@ -2556,9 +2580,6 @@ $translation_table = [
|
|||
"VK client secret" => [
|
||||
0 => "VK client secret",
|
||||
],
|
||||
"CDN allows you to offload static content to several edge servers making your website faster. If you don't have a CDN provider you should try %s." => [
|
||||
0 => "CDN umožňuje rychlejší načítání obsahu díky používání částečně statického obsahu na některých edgeServerech. Pokud nemáte CDN poskytovatele, měli by jste to zkusit %s.",
|
||||
],
|
||||
"You need a <a href=\"%s\" target=\"_blank\">reCAPTCHA key</a> for this." => [
|
||||
0 => "Potřebujete <a href=\"%s\" target=\"_blank\">reCAPTCHA klíč</a>.",
|
||||
],
|
||||
|
|
106
app/content/languages/cache/de.po.cache.php
vendored
106
app/content/languages/cache/de.po.cache.php
vendored
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
$translation_header = array (
|
||||
'Project-Id-Version' => 'VERSION',
|
||||
'POT-Creation-Date' => '2016-08-14 03:30+0000',
|
||||
'PO-Revision-Date' => '2016-08-14 03:30+0000',
|
||||
'POT-Creation-Date' => '2016-10-17 20:52+0000',
|
||||
'PO-Revision-Date' => '2016-10-17 20:52+0000',
|
||||
'Last-Translator' => 'FULL NAME <EMAIL@ADDRESS>',
|
||||
'Language-Team' => 'LANGUAGE TEAM <EMAIL@ADDRESS>',
|
||||
'Language' => 'de',
|
||||
|
@ -262,6 +262,15 @@ $translation_table = [
|
|||
"That page doesn't exist" => [
|
||||
0 => "Diese Seite existiert nicht",
|
||||
],
|
||||
"Most recent" => [
|
||||
0 => "Neueste",
|
||||
],
|
||||
"Oldest" => [
|
||||
0 => "Älteste",
|
||||
],
|
||||
"Albums" => [
|
||||
0 => "Alben",
|
||||
],
|
||||
"Forgot password?" => [
|
||||
0 => "Passwort vergessen?",
|
||||
],
|
||||
|
@ -319,12 +328,6 @@ $translation_table = [
|
|||
"Password required" => [
|
||||
0 => "Passwort erforderlich",
|
||||
],
|
||||
"Most recent" => [
|
||||
0 => "Neueste",
|
||||
],
|
||||
"Oldest" => [
|
||||
0 => "Älteste",
|
||||
],
|
||||
"Most viewed" => [
|
||||
0 => "Meistgesehen",
|
||||
],
|
||||
|
@ -334,6 +337,9 @@ $translation_table = [
|
|||
"Share" => [
|
||||
0 => "Teilen",
|
||||
],
|
||||
"Embed codes" => [
|
||||
0 => "Embed-Codes",
|
||||
],
|
||||
"Full info" => [
|
||||
0 => "Alle Informationen",
|
||||
],
|
||||
|
@ -346,9 +352,6 @@ $translation_table = [
|
|||
"Images" => [
|
||||
0 => "Bilder",
|
||||
],
|
||||
"Albums" => [
|
||||
0 => "Alben",
|
||||
],
|
||||
"Users" => [
|
||||
0 => "Benutzer",
|
||||
],
|
||||
|
@ -364,6 +367,12 @@ $translation_table = [
|
|||
"check for updates" => [
|
||||
0 => "Suche nach Aktualisierungen",
|
||||
],
|
||||
"Chevereto support" => [
|
||||
0 => "Chevereto Support",
|
||||
],
|
||||
"Need help? Go to %s and you will get help quickly." => [
|
||||
0 => "Benötigen Sie Hilfe? Gehen Sie auf %s und Ihnen wird schnellstmöglich geholfen.",
|
||||
],
|
||||
"PHP version" => [
|
||||
0 => "PHP-Version",
|
||||
],
|
||||
|
@ -404,6 +413,24 @@ $translation_table = [
|
|||
"Memory limit" => [
|
||||
0 => "PHP-Speicherlimit",
|
||||
],
|
||||
"Links" => [
|
||||
0 => "Links",
|
||||
],
|
||||
"Documentation" => [
|
||||
0 => "Dokumentation",
|
||||
],
|
||||
"Changelog" => [
|
||||
0 => "Changelog",
|
||||
],
|
||||
"Request new features" => [
|
||||
0 => "Neue Features vorschlagen",
|
||||
],
|
||||
"Bug tracking" => [
|
||||
0 => "Bug tracking",
|
||||
],
|
||||
"Blog" => [
|
||||
0 => "Blog",
|
||||
],
|
||||
"Website" => [
|
||||
0 => "Internetseite",
|
||||
],
|
||||
|
@ -497,14 +524,11 @@ $translation_table = [
|
|||
"The page has been deleted." => [
|
||||
0 => "Die Seite wurde gelöscht.",
|
||||
],
|
||||
"Before cover (homepage)" => [
|
||||
0 => "Vor Titelbild",
|
||||
"homepage" => [
|
||||
0 => "Homepage",
|
||||
],
|
||||
"After cover (homepage)" => [
|
||||
0 => "Nach Titelbild",
|
||||
],
|
||||
"After listing (homepage)" => [
|
||||
0 => "Nach Bilderwand",
|
||||
"Before main title (%s)" => [
|
||||
0 => "Vor Haupttitel (%s)",
|
||||
],
|
||||
"Before pagination" => [
|
||||
0 => "Vor Seitennummerierung",
|
||||
|
@ -743,9 +767,6 @@ $translation_table = [
|
|||
"About" => [
|
||||
0 => "Über",
|
||||
],
|
||||
"Embed codes" => [
|
||||
0 => "Embed-Codes",
|
||||
],
|
||||
"Image ID" => [
|
||||
0 => "Bild-ID",
|
||||
],
|
||||
|
@ -1221,9 +1242,6 @@ $translation_table = [
|
|||
0 => "Album",
|
||||
1 => "Alben",
|
||||
],
|
||||
"Links" => [
|
||||
0 => "Links",
|
||||
],
|
||||
"Viewer links" => [
|
||||
0 => "Betrachter-Link",
|
||||
],
|
||||
|
@ -1504,12 +1522,6 @@ $translation_table = [
|
|||
"Load more" => [
|
||||
0 => "Mehr laden",
|
||||
],
|
||||
"Previous" => [
|
||||
0 => "Zurück",
|
||||
],
|
||||
"Next" => [
|
||||
0 => "Weiter",
|
||||
],
|
||||
"Select all" => [
|
||||
0 => "Markiere alle",
|
||||
],
|
||||
|
@ -1734,6 +1746,9 @@ $translation_table = [
|
|||
"This setting is always diabled when using personal website mode." => [
|
||||
0 => "Diese Einstellung ist immer deaktivert, wenn Sie den Privat-Modus aktiviert habe.",
|
||||
],
|
||||
"documentation" => [
|
||||
0 => "Dokumentation",
|
||||
],
|
||||
"Add category" => [
|
||||
0 => "Kategorie hinzufügen",
|
||||
],
|
||||
|
@ -1911,6 +1926,9 @@ $translation_table = [
|
|||
"Page sort order display for menus and listings. Use \"1\" for top priority." => [
|
||||
0 => "Anzeige der Sortierungsreihenfolge für Seiten und Auflistungen. Setzen Sie \"1\" für höchste Priorität.",
|
||||
],
|
||||
"pages" => [
|
||||
0 => "Seiten",
|
||||
],
|
||||
"Do you really want to delete the page ID %s? This can't be undone." => [
|
||||
0 => "Wollen Sie wirklich die Seite mit der ID %s löschen? Dies kann nicht rückgängig gemacht werden.",
|
||||
],
|
||||
|
@ -2505,8 +2523,14 @@ $translation_table = [
|
|||
"Comma-separated list of target user IDs to show images on homepage. Leave it empty to display all recent images." => [
|
||||
0 => "Kommagetrennte Liste der Zielbenutzer-IDs, deren Bilder auf der Startseite angezeigt werden sollen. Lassen Sie dieses Feld leer oder auf Null, um die zuletzt hinzugefügten Bilder anzuzeigen.",
|
||||
],
|
||||
"Here you can set the codes for the predefined ad spaces." => [
|
||||
0 => "Hier können Codes für die vordefinierten Werbeplätze eingegeben werden.",
|
||||
"Automatic updates check" => [
|
||||
0 => "Automatisch nach Updates suchen",
|
||||
],
|
||||
"Display available updates notification" => [
|
||||
0 => "Anzeigen der verfügbaren Update-Benachrichtigungen",
|
||||
],
|
||||
"Enable this to show a notice on top warning you about new available system updates." => [
|
||||
0 => "Aktivieren, wenn Sie einen Hinweis über verfügbare System-Updates wünschen.",
|
||||
],
|
||||
"Minify code" => [
|
||||
0 => "Code-Reduktion",
|
||||
|
@ -2520,12 +2544,6 @@ $translation_table = [
|
|||
"When enabled the website will show a maintenance message. This setting doesn't affect administrators." => [
|
||||
0 => "Aktivieren, falls eine Wartungsmeldung angezeigt werden soll. Diese Einstellung hat keine Auswirkung auf Administratoren.",
|
||||
],
|
||||
"Display available updates notification" => [
|
||||
0 => "Anzeigen der verfügbaren Update-Benachrichtigungen",
|
||||
],
|
||||
"Enable this to show a notice on top warning you about new available system updates." => [
|
||||
0 => "Aktivieren, wenn Sie einen Hinweis über verfügbare System-Updates wünschen.",
|
||||
],
|
||||
"Crypt salt" => [
|
||||
0 => "Krypto-Salt",
|
||||
],
|
||||
|
@ -2556,9 +2574,6 @@ $translation_table = [
|
|||
"To configure the debug level check the <a %s>debug documentation</a>. Default level is \"Error log\" (1)." => [
|
||||
0 => "Um den Debug-Level zu konfigurieren prüfen Sie die<a %s>Debug-Dokumentation</a>. Die Standardeinstellung lautet \"Fehler-Log\" (1).",
|
||||
],
|
||||
"documentation" => [
|
||||
0 => "Dokumentation",
|
||||
],
|
||||
"Routing allows you to customize default route binds on the fly. Only alphanumeric, hyphen and underscore characters are allowed. Check out our %s if you want to override or add new routes." => [
|
||||
0 => "Das Routing erlaubt, benutzerdefinierte Pfade festzulegen. Es sind nur alphanumerische Zeichen, Bindestriche und Unterstriche erlaubt. Prüfen Sie %s, wenn Sie pfade überschreiben oder neue festlegen wollen.",
|
||||
],
|
||||
|
@ -2571,6 +2586,9 @@ $translation_table = [
|
|||
"Album routing" => [
|
||||
0 => "Album-Routing",
|
||||
],
|
||||
"language strings" => [
|
||||
0 => "Sprach String",
|
||||
],
|
||||
"Default language" => [
|
||||
0 => "Standardsprache",
|
||||
],
|
||||
|
@ -2658,6 +2676,9 @@ $translation_table = [
|
|||
"Use this to test how your emails are being delivered. We recommend you to use %s." => [
|
||||
0 => "Nutzen Sie diese Funktion um zu testen, wie Ihre E-Mails ausgeliefert werden. Wir empfehlen die Nutzung von %s.",
|
||||
],
|
||||
"social networks" => [
|
||||
0 => "Soziale Netzwerke",
|
||||
],
|
||||
"You need a <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> for this." => [
|
||||
0 => "Sie benötigen eine <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook App</a> für diese Funktion.",
|
||||
],
|
||||
|
@ -2697,9 +2718,6 @@ $translation_table = [
|
|||
"VK client secret" => [
|
||||
0 => "VK Client-Secret",
|
||||
],
|
||||
"CDN allows you to offload static content to several edge servers making your website faster. If you don't have a CDN provider you should try %s." => [
|
||||
0 => "CDN ermöglicht es, Inhalte einer Internetseite auf unterschiedliche Server zu verteilen, um die Ladezeiten zu beschleunigen. Haben Sie schon einmal %s als CDN Provider ausprobiert?",
|
||||
],
|
||||
"You need a <a href=\"%s\" target=\"_blank\">reCAPTCHA key</a> for this." => [
|
||||
0 => "Sie benötigen einen <a href=\"%s\" target=\"_blank\">reCAPTCHA Schlüssel</a> für diese Funktion.",
|
||||
],
|
||||
|
|
134
app/content/languages/cache/es.po.cache.php
vendored
134
app/content/languages/cache/es.po.cache.php
vendored
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
$translation_header = array (
|
||||
'Project-Id-Version' => 'VERSION',
|
||||
'POT-Creation-Date' => '2016-07-15 17:52+0000',
|
||||
'PO-Revision-Date' => '2016-07-15 17:52+0000',
|
||||
'POT-Creation-Date' => '2016-10-17 20:52+0000',
|
||||
'PO-Revision-Date' => '2016-10-17 20:52+0000',
|
||||
'Last-Translator' => 'FULL NAME <EMAIL@ADDRESS>',
|
||||
'Language-Team' => 'LANGUAGE TEAM <EMAIL@ADDRESS>',
|
||||
'Language' => 'es',
|
||||
|
@ -262,6 +262,15 @@ $translation_table = [
|
|||
"That page doesn't exist" => [
|
||||
0 => "Esa página no existe",
|
||||
],
|
||||
"Most recent" => [
|
||||
0 => "Más reciente",
|
||||
],
|
||||
"Oldest" => [
|
||||
0 => "Más antiguo",
|
||||
],
|
||||
"Albums" => [
|
||||
0 => "Álbumes",
|
||||
],
|
||||
"Forgot password?" => [
|
||||
0 => "Recuperar constraseña",
|
||||
],
|
||||
|
@ -319,12 +328,6 @@ $translation_table = [
|
|||
"Password required" => [
|
||||
0 => "Contraseña requerida",
|
||||
],
|
||||
"Most recent" => [
|
||||
0 => "Más reciente",
|
||||
],
|
||||
"Oldest" => [
|
||||
0 => "Más antiguo",
|
||||
],
|
||||
"Most viewed" => [
|
||||
0 => "Más visto",
|
||||
],
|
||||
|
@ -334,6 +337,9 @@ $translation_table = [
|
|||
"Share" => [
|
||||
0 => "Compartir",
|
||||
],
|
||||
"Embed codes" => [
|
||||
0 => "Insertar",
|
||||
],
|
||||
"Full info" => [
|
||||
0 => "Info completa",
|
||||
],
|
||||
|
@ -346,9 +352,6 @@ $translation_table = [
|
|||
"Images" => [
|
||||
0 => "Imágenes",
|
||||
],
|
||||
"Albums" => [
|
||||
0 => "Álbumes",
|
||||
],
|
||||
"Users" => [
|
||||
0 => "Usuarios",
|
||||
],
|
||||
|
@ -364,6 +367,12 @@ $translation_table = [
|
|||
"check for updates" => [
|
||||
0 => "comprobar actualizaciones",
|
||||
],
|
||||
"Chevereto support" => [
|
||||
0 => "soporte de Chevereto",
|
||||
],
|
||||
"Need help? Go to %s and you will get help quickly." => [
|
||||
0 => "¿Necesitas ayuda? Ve a %s y obtendrás ayuda rápidamente.",
|
||||
],
|
||||
"PHP version" => [
|
||||
0 => "Versión de PHP",
|
||||
],
|
||||
|
@ -404,6 +413,24 @@ $translation_table = [
|
|||
"Memory limit" => [
|
||||
0 => "Límite de memoria",
|
||||
],
|
||||
"Links" => [
|
||||
0 => "Enlaces",
|
||||
],
|
||||
"Documentation" => [
|
||||
0 => "Documentación",
|
||||
],
|
||||
"Changelog" => [
|
||||
0 => "Cambios",
|
||||
],
|
||||
"Request new features" => [
|
||||
0 => "Solicitar nuevas funciones",
|
||||
],
|
||||
"Bug tracking" => [
|
||||
0 => "Seguimiento de errores",
|
||||
],
|
||||
"Blog" => [
|
||||
0 => "Blog",
|
||||
],
|
||||
"Website" => [
|
||||
0 => "Sitio web",
|
||||
],
|
||||
|
@ -497,14 +524,20 @@ $translation_table = [
|
|||
"The page has been deleted." => [
|
||||
0 => "La página ha sido eliminada.",
|
||||
],
|
||||
"Before cover (homepage)" => [
|
||||
0 => "Antes del cover (página principal)",
|
||||
"homepage" => [
|
||||
0 => "pagina principal",
|
||||
],
|
||||
"After cover (homepage)" => [
|
||||
0 => "Despues del cover (página principal)",
|
||||
"Before main title (%s)" => [
|
||||
0 => "Antes del título principal (%s)",
|
||||
],
|
||||
"After listing (homepage)" => [
|
||||
0 => "Después del listado (página principal)",
|
||||
"After call to action (%s)" => [
|
||||
0 => "Después de la llamada de acción (%s)",
|
||||
],
|
||||
"After cover (%s)" => [
|
||||
0 => "Después del cover (%s)",
|
||||
],
|
||||
"After listing (%s)" => [
|
||||
0 => "Después del listado (%s)",
|
||||
],
|
||||
"Before pagination" => [
|
||||
0 => "Antes de la paginación",
|
||||
|
@ -743,9 +776,6 @@ $translation_table = [
|
|||
"About" => [
|
||||
0 => "Acerca",
|
||||
],
|
||||
"Embed codes" => [
|
||||
0 => "Insertar",
|
||||
],
|
||||
"Image ID" => [
|
||||
0 => "ID de imagen",
|
||||
],
|
||||
|
@ -1221,9 +1251,6 @@ $translation_table = [
|
|||
0 => "álbum",
|
||||
1 => "álbumes",
|
||||
],
|
||||
"Links" => [
|
||||
0 => "Enlaces",
|
||||
],
|
||||
"Viewer links" => [
|
||||
0 => "Enlaces de visualizador",
|
||||
],
|
||||
|
@ -1504,12 +1531,6 @@ $translation_table = [
|
|||
"Load more" => [
|
||||
0 => "Cargar más",
|
||||
],
|
||||
"Previous" => [
|
||||
0 => "Anterior",
|
||||
],
|
||||
"Next" => [
|
||||
0 => "Siguiente",
|
||||
],
|
||||
"Select all" => [
|
||||
0 => "Seleccionar todo",
|
||||
],
|
||||
|
@ -1734,6 +1755,12 @@ $translation_table = [
|
|||
"This setting is always diabled when using personal website mode." => [
|
||||
0 => "Esta configuración siempre está inhabilitada cuando se usa el modo de sitio web personal.",
|
||||
],
|
||||
"documentation" => [
|
||||
0 => "documentación",
|
||||
],
|
||||
"Learn more about %s at our %d." => [
|
||||
0 => "Aprende más sobre %s en nuestra %d.",
|
||||
],
|
||||
"Add category" => [
|
||||
0 => "Agregar categoría",
|
||||
],
|
||||
|
@ -1911,9 +1938,15 @@ $translation_table = [
|
|||
"Page sort order display for menus and listings. Use \"1\" for top priority." => [
|
||||
0 => "Orden de visualización de la página para menús y listados. Usa \"1\" para mayor prioridad.",
|
||||
],
|
||||
"pages" => [
|
||||
0 => "páginas",
|
||||
],
|
||||
"Do you really want to delete the page ID %s? This can't be undone." => [
|
||||
0 => "¿Realmente quieres eliminar la página ID %s? Esto no de podrá deshacer.",
|
||||
],
|
||||
"Unchecked image formats won't be allowed to be uploaded." => [
|
||||
0 => "No se permitirá subir los formatos no marcados.",
|
||||
],
|
||||
"Enable uploads" => [
|
||||
0 => "Habilitar subidas",
|
||||
],
|
||||
|
@ -1926,6 +1959,9 @@ $translation_table = [
|
|||
"Enable this if you want to allow non registered users to upload." => [
|
||||
0 => "Habilita esto si deseas permitir permitir que usuarios no registrados suban imágenes",
|
||||
],
|
||||
"Number of simultaneous upload threads (parallel uploads)" => [
|
||||
0 => "Numero de hilos de subida simultáneos (subidas paralelas)",
|
||||
],
|
||||
"Redirect on single upload" => [
|
||||
0 => "Redireccionar en subida única",
|
||||
],
|
||||
|
@ -2283,6 +2319,9 @@ $translation_table = [
|
|||
"Desktop" => [
|
||||
0 => "Escritorio",
|
||||
],
|
||||
"theme editing" => [
|
||||
0 => "edición de tema",
|
||||
],
|
||||
"Put your themes in the %s folder" => [
|
||||
0 => "Pon tus temas en la carpeta %s",
|
||||
],
|
||||
|
@ -2505,8 +2544,20 @@ $translation_table = [
|
|||
"Comma-separated list of target user IDs to show images on homepage. Leave it empty to display all recent images." => [
|
||||
0 => "Lista separada por comas de las ids de usuario a mostrar en la página principal. Dejar vacío para mostrar todas las imágenes recientes.",
|
||||
],
|
||||
"Here you can set the codes for the predefined ad spaces." => [
|
||||
0 => "Aquí puedes establecer los códigos de los espacios publicitarios predefinidos.",
|
||||
"banners" => [
|
||||
0 => "avisos",
|
||||
],
|
||||
"Automatic updates check" => [
|
||||
0 => "Comprobar actualizaciones automáticamente",
|
||||
],
|
||||
"When enabled the system will automatically check for new updates." => [
|
||||
0 => "Cuando esta habilitado el sistema comprobara automáticamente por nuevas actualizaciones.",
|
||||
],
|
||||
"Display available updates notification" => [
|
||||
0 => "Mostrar notificación de nuevas actualizaciones disponibles",
|
||||
],
|
||||
"Enable this to show a notice on top warning you about new available system updates." => [
|
||||
0 => "Habilita esto para mostrar una notificación en la parte superior advirtiéndote de nuevas actualizaciones de sistema disponibles.",
|
||||
],
|
||||
"Minify code" => [
|
||||
0 => "Minificar código",
|
||||
|
@ -2520,12 +2571,6 @@ $translation_table = [
|
|||
"When enabled the website will show a maintenance message. This setting doesn't affect administrators." => [
|
||||
0 => "Cuando esta habilitado la página web mostrará un mensaje de mantenimiento. Esta configuración no afecta a los administradores.",
|
||||
],
|
||||
"Display available updates notification" => [
|
||||
0 => "Mostrar notificación de nuevas actualizaciones disponibles",
|
||||
],
|
||||
"Enable this to show a notice on top warning you about new available system updates." => [
|
||||
0 => "Habilita esto para mostrar una notificación en la parte superior advirtiéndote de nuevas actualizaciones de sistema disponibles.",
|
||||
],
|
||||
"Crypt salt" => [
|
||||
0 => "Salto criptográfico",
|
||||
],
|
||||
|
@ -2556,9 +2601,6 @@ $translation_table = [
|
|||
"To configure the debug level check the <a %s>debug documentation</a>. Default level is \"Error log\" (1)." => [
|
||||
0 => "Para configurar el nivel de depuración comprueba la <a %s>documentación de depuración</a>. El nivel predeterminado es \"Registro de error\" (1).",
|
||||
],
|
||||
"documentation" => [
|
||||
0 => "documentación",
|
||||
],
|
||||
"Routing allows you to customize default route binds on the fly. Only alphanumeric, hyphen and underscore characters are allowed. Check out our %s if you want to override or add new routes." => [
|
||||
0 => "El enrutamiento te permite personalizar las rutas de manera inmediata. Solamente se permiten caracteres alfanuméricos, guiones y guiones bajos. Revisa nuestra %s si necesitas sobre escribir o agregar nuevas rutas.",
|
||||
],
|
||||
|
@ -2571,6 +2613,12 @@ $translation_table = [
|
|||
"Album routing" => [
|
||||
0 => "Enrutamiento de album",
|
||||
],
|
||||
"Custom language strings" => [
|
||||
0 => "Cadenas de idioma personalizadas",
|
||||
],
|
||||
"language strings" => [
|
||||
0 => "cadenas de idioma",
|
||||
],
|
||||
"Default language" => [
|
||||
0 => "Idioma predeterminado",
|
||||
],
|
||||
|
@ -2658,6 +2706,9 @@ $translation_table = [
|
|||
"Use this to test how your emails are being delivered. We recommend you to use %s." => [
|
||||
0 => "Usa esto para corroborar la entrega de email. Recomendamos usar %s.",
|
||||
],
|
||||
"social networks" => [
|
||||
0 => "redes sociales",
|
||||
],
|
||||
"You need a <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> for this." => [
|
||||
0 => "Necesitaras una <a href=\"https://developers.facebook.com/\" target=\"_blank\">App de Facebook</a> para esto.",
|
||||
],
|
||||
|
@ -2697,9 +2748,6 @@ $translation_table = [
|
|||
"VK client secret" => [
|
||||
0 => "Client id de VK",
|
||||
],
|
||||
"CDN allows you to offload static content to several edge servers making your website faster. If you don't have a CDN provider you should try %s." => [
|
||||
0 => "CDN permite la descarga de contenido estático en varios servidores edge haciendo tu sitio web más rápido. Si no tienes un proveedor CDN deberias probar %s.",
|
||||
],
|
||||
"You need a <a href=\"%s\" target=\"_blank\">reCAPTCHA key</a> for this." => [
|
||||
0 => "Necesitas una cuenta de <a href=\"%s\" target=\"_blank\">reCAPTCHA key</a> para esto.",
|
||||
],
|
||||
|
|
136
app/content/languages/cache/fi.po.cache.php
vendored
136
app/content/languages/cache/fi.po.cache.php
vendored
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
$translation_header = array (
|
||||
'Project-Id-Version' => 'VERSION',
|
||||
'POT-Creation-Date' => '2016-07-15 17:52+0000',
|
||||
'PO-Revision-Date' => '2016-07-15 17:52+0000',
|
||||
'POT-Creation-Date' => '2016-10-17 20:52+0000',
|
||||
'PO-Revision-Date' => '2016-10-17 20:52+0000',
|
||||
'Last-Translator' => 'FULL NAME <EMAIL@ADDRESS>',
|
||||
'Language-Team' => 'LANGUAGE TEAM <EMAIL@ADDRESS>',
|
||||
'Language' => 'fi',
|
||||
|
@ -248,7 +248,7 @@ $translation_table = [
|
|||
0 => "näyttöä %s",
|
||||
],
|
||||
"We use our own and third party cookies to improve your browsing experience and our services. If you continue using our website is understood that you accept this cookie policy." => [
|
||||
0 => "Käytämme omia ja kolmannenosapuolen evästeitä parantaaksemme palveluamme ja sen käyttöä. Käyttämällä palvelujamme hyväksyt evästeiden käytön.",
|
||||
0 => "Käytämme omia ja kolmannen osapuolen evästeitä parantaaksemme palveluamme ja sen käytettävyyttä. Käyttämällä palvelujamme hyväksyt evästeiden käytön.",
|
||||
],
|
||||
"You have been forbidden to use this website." => [
|
||||
0 => "Sinulla ei ole oikeuksia käyttää tätä sivustoa.",
|
||||
|
@ -262,6 +262,15 @@ $translation_table = [
|
|||
"That page doesn't exist" => [
|
||||
0 => "Sivua ei ole olemassa",
|
||||
],
|
||||
"Most recent" => [
|
||||
0 => "Viimeisimmät",
|
||||
],
|
||||
"Oldest" => [
|
||||
0 => "Vanhimmat",
|
||||
],
|
||||
"Albums" => [
|
||||
0 => "Albumit",
|
||||
],
|
||||
"Forgot password?" => [
|
||||
0 => "Salasana unohtunut?",
|
||||
],
|
||||
|
@ -319,12 +328,6 @@ $translation_table = [
|
|||
"Password required" => [
|
||||
0 => "Salasana vaaditaan",
|
||||
],
|
||||
"Most recent" => [
|
||||
0 => "Viimeisimmät",
|
||||
],
|
||||
"Oldest" => [
|
||||
0 => "Vanhimmat",
|
||||
],
|
||||
"Most viewed" => [
|
||||
0 => "Katsotuimmat",
|
||||
],
|
||||
|
@ -334,6 +337,9 @@ $translation_table = [
|
|||
"Share" => [
|
||||
0 => "Jaa",
|
||||
],
|
||||
"Embed codes" => [
|
||||
0 => "Upotuskoodit",
|
||||
],
|
||||
"Full info" => [
|
||||
0 => "Kaikki tiedot",
|
||||
],
|
||||
|
@ -346,9 +352,6 @@ $translation_table = [
|
|||
"Images" => [
|
||||
0 => "Kuvat",
|
||||
],
|
||||
"Albums" => [
|
||||
0 => "Albumit",
|
||||
],
|
||||
"Users" => [
|
||||
0 => "Käyttäjät",
|
||||
],
|
||||
|
@ -364,6 +367,12 @@ $translation_table = [
|
|||
"check for updates" => [
|
||||
0 => "tarkista päivitykset",
|
||||
],
|
||||
"Chevereto support" => [
|
||||
0 => "Cheverto tuki",
|
||||
],
|
||||
"Need help? Go to %s and you will get help quickly." => [
|
||||
0 => "Tarvitsetko apua? Mene %s ja saat apua nopeasti.",
|
||||
],
|
||||
"PHP version" => [
|
||||
0 => "PHP-versio",
|
||||
],
|
||||
|
@ -404,6 +413,24 @@ $translation_table = [
|
|||
"Memory limit" => [
|
||||
0 => "Muistirajoitus",
|
||||
],
|
||||
"Links" => [
|
||||
0 => "Linkit",
|
||||
],
|
||||
"Documentation" => [
|
||||
0 => "Dokumentaatio",
|
||||
],
|
||||
"Changelog" => [
|
||||
0 => "Muutoslogi",
|
||||
],
|
||||
"Request new features" => [
|
||||
0 => "Toivo uutta ominaisuutta",
|
||||
],
|
||||
"Bug tracking" => [
|
||||
0 => "Virheenseuranta",
|
||||
],
|
||||
"Blog" => [
|
||||
0 => "Blogi",
|
||||
],
|
||||
"Website" => [
|
||||
0 => "Verkkosivusto",
|
||||
],
|
||||
|
@ -497,14 +524,20 @@ $translation_table = [
|
|||
"The page has been deleted." => [
|
||||
0 => "Sivu on poistettu.",
|
||||
],
|
||||
"Before cover (homepage)" => [
|
||||
0 => "Ennen kansikuvaa (etusivu)",
|
||||
"homepage" => [
|
||||
0 => "kotisivu",
|
||||
],
|
||||
"After cover (homepage)" => [
|
||||
0 => "Kansikuvan jälkee (etusivu)",
|
||||
"Before main title (%s)" => [
|
||||
0 => "Ennen pääotsikkoa (%s)",
|
||||
],
|
||||
"After listing (homepage)" => [
|
||||
0 => "Listauksen jälkeen (etusivu)",
|
||||
"After call to action (%s)" => [
|
||||
0 => "Toimintapainikkeen jälkeen (%s)",
|
||||
],
|
||||
"After cover (%s)" => [
|
||||
0 => "Kannen jälkeen (%s)",
|
||||
],
|
||||
"After listing (%s)" => [
|
||||
0 => "Listauksen jälkeen (%s)",
|
||||
],
|
||||
"Before pagination" => [
|
||||
0 => "Ennen sivunumerointia",
|
||||
|
@ -743,9 +776,6 @@ $translation_table = [
|
|||
"About" => [
|
||||
0 => "Tietoa",
|
||||
],
|
||||
"Embed codes" => [
|
||||
0 => "Upotuskoodit",
|
||||
],
|
||||
"Image ID" => [
|
||||
0 => "Kuvan tunniste",
|
||||
],
|
||||
|
@ -1221,9 +1251,6 @@ $translation_table = [
|
|||
0 => "albumi",
|
||||
1 => "albumia",
|
||||
],
|
||||
"Links" => [
|
||||
0 => "Linkit",
|
||||
],
|
||||
"Viewer links" => [
|
||||
0 => "Katselijan linkit",
|
||||
],
|
||||
|
@ -1504,12 +1531,6 @@ $translation_table = [
|
|||
"Load more" => [
|
||||
0 => "Lataa lisää",
|
||||
],
|
||||
"Previous" => [
|
||||
0 => "Edellinen",
|
||||
],
|
||||
"Next" => [
|
||||
0 => "Seuraava",
|
||||
],
|
||||
"Select all" => [
|
||||
0 => "Valitse kaikki",
|
||||
],
|
||||
|
@ -1734,6 +1755,12 @@ $translation_table = [
|
|||
"This setting is always diabled when using personal website mode." => [
|
||||
0 => "Tämä asetus on aina pois käytöstä käytettäessä henkilökohtainen verkkosivu tilaa.",
|
||||
],
|
||||
"documentation" => [
|
||||
0 => "dokumentit",
|
||||
],
|
||||
"Learn more about %s at our %d." => [
|
||||
0 => "Tutustu tarkemmin %s täällä %d.",
|
||||
],
|
||||
"Add category" => [
|
||||
0 => "Lisää kategoria",
|
||||
],
|
||||
|
@ -1911,9 +1938,15 @@ $translation_table = [
|
|||
"Page sort order display for menus and listings. Use \"1\" for top priority." => [
|
||||
0 => "Sivun lajittelujärjestys valikoissa ja listoissa. Käytä \"1\" ensisijaisesti.",
|
||||
],
|
||||
"pages" => [
|
||||
0 => "sivut",
|
||||
],
|
||||
"Do you really want to delete the page ID %s? This can't be undone." => [
|
||||
0 => "Haluatko varmasti poistaa sivun ID %s? Toimintoa ei voi perua.",
|
||||
],
|
||||
"Unchecked image formats won't be allowed to be uploaded." => [
|
||||
0 => "Valitse ladattavaksi sallitut kuvaformaatit.",
|
||||
],
|
||||
"Enable uploads" => [
|
||||
0 => "Salli kuvien lataus",
|
||||
],
|
||||
|
@ -1926,6 +1959,9 @@ $translation_table = [
|
|||
"Enable this if you want to allow non registered users to upload." => [
|
||||
0 => "Salli vieraiden ladata kuvia.",
|
||||
],
|
||||
"Number of simultaneous upload threads (parallel uploads)" => [
|
||||
0 => "Yhtäaikaisten latausten määrä (rinnakkaiset lataukset)",
|
||||
],
|
||||
"Redirect on single upload" => [
|
||||
0 => "Uudelleenohjaa yksittäiseen lataukseen",
|
||||
],
|
||||
|
@ -2283,6 +2319,9 @@ $translation_table = [
|
|||
"Desktop" => [
|
||||
0 => "Työpöytä",
|
||||
],
|
||||
"theme editing" => [
|
||||
0 => "teeman muokkaus",
|
||||
],
|
||||
"Put your themes in the %s folder" => [
|
||||
0 => "Siirrä teemat kansioon %s",
|
||||
],
|
||||
|
@ -2505,8 +2544,20 @@ $translation_table = [
|
|||
"Comma-separated list of target user IDs to show images on homepage. Leave it empty to display all recent images." => [
|
||||
0 => "Erota pilkulla käyttäjien ID:stä, joiden kuvia haluat näyttää etusivulla. Jätä tyhjäksi näyttääksesi kaikki viimeiset kuvat.",
|
||||
],
|
||||
"Here you can set the codes for the predefined ad spaces." => [
|
||||
0 => "Täällä voit lisätä koodia valmiiksi määritellyihin mainospaikkoihin.",
|
||||
"banners" => [
|
||||
0 => "bannerit",
|
||||
],
|
||||
"Automatic updates check" => [
|
||||
0 => "Automaattinen päivitysten tarkistus",
|
||||
],
|
||||
"When enabled the system will automatically check for new updates." => [
|
||||
0 => "Kun otettu käyttöön, järjestelmä tarkistaa automaattisesti uudet päivitykset.",
|
||||
],
|
||||
"Display available updates notification" => [
|
||||
0 => "Näytä ilmoitus päivityksistä",
|
||||
],
|
||||
"Enable this to show a notice on top warning you about new available system updates." => [
|
||||
0 => "Ota käyttöön ilmoitus uusista päivityksistä järjestelmään.",
|
||||
],
|
||||
"Minify code" => [
|
||||
0 => "Pakkaa koodi",
|
||||
|
@ -2520,12 +2571,6 @@ $translation_table = [
|
|||
"When enabled the website will show a maintenance message. This setting doesn't affect administrators." => [
|
||||
0 => "Kun otettu käyttöön, sivustolla näkyy huoltotila ilmoitus. Tämä asetus ei vaikuta pääkäyttäjille.",
|
||||
],
|
||||
"Display available updates notification" => [
|
||||
0 => "Näytä ilmoitus päivityksistä",
|
||||
],
|
||||
"Enable this to show a notice on top warning you about new available system updates." => [
|
||||
0 => "Ota käyttöön ilmoitus uusista päivityksistä järjestelmään.",
|
||||
],
|
||||
"Crypt salt" => [
|
||||
0 => "Kryptauksen avain",
|
||||
],
|
||||
|
@ -2556,9 +2601,6 @@ $translation_table = [
|
|||
"To configure the debug level check the <a %s>debug documentation</a>. Default level is \"Error log\" (1)." => [
|
||||
0 => "Katso <a %s>debug ohjeet</a> konfiguroidaksesi sen. Oletusarvoisesti taso on \"Virheen kirjaus\" (1).",
|
||||
],
|
||||
"documentation" => [
|
||||
0 => "dokumentit",
|
||||
],
|
||||
"Routing allows you to customize default route binds on the fly. Only alphanumeric, hyphen and underscore characters are allowed. Check out our %s if you want to override or add new routes." => [
|
||||
0 => "Ohjauksen avulla voit muokata oletusohjauksen lennosta. Vain aakkosnumeerisia, tavuviiva ja alaviivat ovat sallittuja. Tutustu %s, jos haluat ylikirjoittaa tai lisätä uusia ohjauksia.",
|
||||
],
|
||||
|
@ -2571,6 +2613,12 @@ $translation_table = [
|
|||
"Album routing" => [
|
||||
0 => "Albumin ohjaus",
|
||||
],
|
||||
"Custom language strings" => [
|
||||
0 => "Muokatut kielikäännökset",
|
||||
],
|
||||
"language strings" => [
|
||||
0 => "kielikäännökset",
|
||||
],
|
||||
"Default language" => [
|
||||
0 => "Oletuskieli",
|
||||
],
|
||||
|
@ -2658,6 +2706,9 @@ $translation_table = [
|
|||
"Use this to test how your emails are being delivered. We recommend you to use %s." => [
|
||||
0 => "Käytä tätä nähdäksesi kuinka sähköpostit lähetetään. Suosittelemme käyttämään %s.",
|
||||
],
|
||||
"social networks" => [
|
||||
0 => "sosiaaliset verkostot",
|
||||
],
|
||||
"You need a <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> for this." => [
|
||||
0 => "Tarvitset <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> sovelluksen tätä varten.",
|
||||
],
|
||||
|
@ -2697,9 +2748,6 @@ $translation_table = [
|
|||
"VK client secret" => [
|
||||
0 => "VK asiakas salaisuus",
|
||||
],
|
||||
"CDN allows you to offload static content to several edge servers making your website faster. If you don't have a CDN provider you should try %s." => [
|
||||
0 => "CDN hajauttaa sisällön usealle sivupalvelimelle, joka tekee verkkosivustosta nopeamman. Jos sinulla ei ole CDN palvelua, sinun kannattaa kokeilla %s.",
|
||||
],
|
||||
"You need a <a href=\"%s\" target=\"_blank\">reCAPTCHA key</a> for this." => [
|
||||
0 => "Tarvitset <a href=\"%s\" target=\"_blank\">reCAPTCHA avaimen</a> tätä varten.",
|
||||
],
|
||||
|
|
105
app/content/languages/cache/fr.po.cache.php
vendored
105
app/content/languages/cache/fr.po.cache.php
vendored
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
$translation_header = array (
|
||||
'Project-Id-Version' => 'VERSION',
|
||||
'POT-Creation-Date' => '2016-08-14 03:30+0000',
|
||||
'PO-Revision-Date' => '2016-08-14 03:30+0000',
|
||||
'POT-Creation-Date' => '2016-10-17 20:52+0000',
|
||||
'PO-Revision-Date' => '2016-10-17 20:52+0000',
|
||||
'Last-Translator' => 'FULL NAME <EMAIL@ADDRESS>',
|
||||
'Language-Team' => 'LANGUAGE TEAM <EMAIL@ADDRESS>',
|
||||
'Language' => 'fr',
|
||||
|
@ -262,6 +262,15 @@ $translation_table = [
|
|||
"That page doesn't exist" => [
|
||||
0 => "Cette page n'existe pas",
|
||||
],
|
||||
"Most recent" => [
|
||||
0 => "Plus récentes",
|
||||
],
|
||||
"Oldest" => [
|
||||
0 => "Plus anciennes",
|
||||
],
|
||||
"Albums" => [
|
||||
0 => "Albums",
|
||||
],
|
||||
"Forgot password?" => [
|
||||
0 => "Mot de passe oublié ?",
|
||||
],
|
||||
|
@ -319,12 +328,6 @@ $translation_table = [
|
|||
"Password required" => [
|
||||
0 => "Mot de passe requis",
|
||||
],
|
||||
"Most recent" => [
|
||||
0 => "Plus récentes",
|
||||
],
|
||||
"Oldest" => [
|
||||
0 => "Plus anciennes",
|
||||
],
|
||||
"Most viewed" => [
|
||||
0 => "Plus vues",
|
||||
],
|
||||
|
@ -334,6 +337,9 @@ $translation_table = [
|
|||
"Share" => [
|
||||
0 => "Partager",
|
||||
],
|
||||
"Embed codes" => [
|
||||
0 => "Codes d'intégration",
|
||||
],
|
||||
"Full info" => [
|
||||
0 => "Infos complètes",
|
||||
],
|
||||
|
@ -346,9 +352,6 @@ $translation_table = [
|
|||
"Images" => [
|
||||
0 => "Images",
|
||||
],
|
||||
"Albums" => [
|
||||
0 => "Albums",
|
||||
],
|
||||
"Users" => [
|
||||
0 => "Utilisateurs",
|
||||
],
|
||||
|
@ -364,6 +367,12 @@ $translation_table = [
|
|||
"check for updates" => [
|
||||
0 => "rechercher les mises à jour",
|
||||
],
|
||||
"Chevereto support" => [
|
||||
0 => "Support Chevereto",
|
||||
],
|
||||
"Need help? Go to %s and you will get help quickly." => [
|
||||
0 => "Besoin d'aide ? Aller ici : %s pour en obtenir rapidement.",
|
||||
],
|
||||
"PHP version" => [
|
||||
0 => "Version de PHP",
|
||||
],
|
||||
|
@ -404,6 +413,24 @@ $translation_table = [
|
|||
"Memory limit" => [
|
||||
0 => "Limite de mémoire",
|
||||
],
|
||||
"Links" => [
|
||||
0 => "Liens",
|
||||
],
|
||||
"Documentation" => [
|
||||
0 => "Documentation",
|
||||
],
|
||||
"Changelog" => [
|
||||
0 => "Changelog",
|
||||
],
|
||||
"Request new features" => [
|
||||
0 => "Demande de nouvelles fonctionnalités",
|
||||
],
|
||||
"Bug tracking" => [
|
||||
0 => "Suivi des bugs",
|
||||
],
|
||||
"Blog" => [
|
||||
0 => "Blog",
|
||||
],
|
||||
"Website" => [
|
||||
0 => "Site web",
|
||||
],
|
||||
|
@ -497,14 +524,8 @@ $translation_table = [
|
|||
"The page has been deleted." => [
|
||||
0 => "Cette page a été supprimée.",
|
||||
],
|
||||
"Before cover (homepage)" => [
|
||||
0 => "Avant la couverture (page d'accueil)",
|
||||
],
|
||||
"After cover (homepage)" => [
|
||||
0 => "Après la couverture (page d'accueil)",
|
||||
],
|
||||
"After listing (homepage)" => [
|
||||
0 => "Après le listing (page d'accueil)",
|
||||
"homepage" => [
|
||||
0 => "Page d'accueil",
|
||||
],
|
||||
"Before pagination" => [
|
||||
0 => "Avant pagination",
|
||||
|
@ -743,9 +764,6 @@ $translation_table = [
|
|||
"About" => [
|
||||
0 => "À Propos",
|
||||
],
|
||||
"Embed codes" => [
|
||||
0 => "Codes d'intégration",
|
||||
],
|
||||
"Image ID" => [
|
||||
0 => "ID de l'image",
|
||||
],
|
||||
|
@ -1221,9 +1239,6 @@ $translation_table = [
|
|||
0 => "album",
|
||||
1 => "albums",
|
||||
],
|
||||
"Links" => [
|
||||
0 => "Liens",
|
||||
],
|
||||
"Viewer links" => [
|
||||
0 => "Liens du visualisateur",
|
||||
],
|
||||
|
@ -1504,12 +1519,6 @@ $translation_table = [
|
|||
"Load more" => [
|
||||
0 => "Voir plus",
|
||||
],
|
||||
"Previous" => [
|
||||
0 => "Précédent",
|
||||
],
|
||||
"Next" => [
|
||||
0 => "Suivant",
|
||||
],
|
||||
"Select all" => [
|
||||
0 => "Tout sélectionner",
|
||||
],
|
||||
|
@ -1734,6 +1743,9 @@ $translation_table = [
|
|||
"This setting is always diabled when using personal website mode." => [
|
||||
0 => "Ce réglage est toujours désactivé lorsque vous utilisez le mode personnel.",
|
||||
],
|
||||
"documentation" => [
|
||||
0 => "documentation",
|
||||
],
|
||||
"Add category" => [
|
||||
0 => "Ajouter catégorie",
|
||||
],
|
||||
|
@ -1911,6 +1923,9 @@ $translation_table = [
|
|||
"Page sort order display for menus and listings. Use \"1\" for top priority." => [
|
||||
0 => "Ordre d'affichage des pages dans les menus et listes. Utilisez \"1\" pour la priorité maximale.",
|
||||
],
|
||||
"pages" => [
|
||||
0 => "pages",
|
||||
],
|
||||
"Do you really want to delete the page ID %s? This can't be undone." => [
|
||||
0 => "Souhaitez-vous vraiment supprimer la page ID %s ? Cette action est irréversible.",
|
||||
],
|
||||
|
@ -2283,6 +2298,9 @@ $translation_table = [
|
|||
"Desktop" => [
|
||||
0 => "PC Fixe",
|
||||
],
|
||||
"theme editing" => [
|
||||
0 => "édition du thème",
|
||||
],
|
||||
"Put your themes in the %s folder" => [
|
||||
0 => "Insérez vos thèmes dans le dossier %s",
|
||||
],
|
||||
|
@ -2505,8 +2523,14 @@ $translation_table = [
|
|||
"Comma-separated list of target user IDs to show images on homepage. Leave it empty to display all recent images." => [
|
||||
0 => "Liste des ID d'utilisateur séparés par des virgules pour afficher leurs images sur la page d'accueil. Laissez-le vide pour afficher la liste des images les plus récentes.",
|
||||
],
|
||||
"Here you can set the codes for the predefined ad spaces." => [
|
||||
0 => "Ici vous pouvez insérer les codes pour les espaces publicitaires prédéfinis.",
|
||||
"banners" => [
|
||||
0 => "bannières",
|
||||
],
|
||||
"Display available updates notification" => [
|
||||
0 => "Afficher les mises à jour disponibles par notification",
|
||||
],
|
||||
"Enable this to show a notice on top warning you about new available system updates." => [
|
||||
0 => "Activer cette option pour afficher une infobox en haut du site pour vous avertir de nouvelles mises à jour système disponibles.",
|
||||
],
|
||||
"Minify code" => [
|
||||
0 => "Rapetisser le code",
|
||||
|
@ -2520,12 +2544,6 @@ $translation_table = [
|
|||
"When enabled the website will show a maintenance message. This setting doesn't affect administrators." => [
|
||||
0 => "Lors de son activation, le site web affichera un message de maintenance. Ce paramètre n'affecte pas les administrateurs.",
|
||||
],
|
||||
"Display available updates notification" => [
|
||||
0 => "Afficher les mises à jour disponibles par notification",
|
||||
],
|
||||
"Enable this to show a notice on top warning you about new available system updates." => [
|
||||
0 => "Activer cette option pour afficher une infobox en haut du site pour vous avertir de nouvelles mises à jour système disponibles.",
|
||||
],
|
||||
"Crypt salt" => [
|
||||
0 => "Grain de sel pour Crypt",
|
||||
],
|
||||
|
@ -2556,9 +2574,6 @@ $translation_table = [
|
|||
"To configure the debug level check the <a %s>debug documentation</a>. Default level is \"Error log\" (1)." => [
|
||||
0 => "Pour paramétrer le niveau de débogage, regardez la <a %s>documentation de débogage</a>. Le niveau par défaut est \"Journal d'erreur\" (1).",
|
||||
],
|
||||
"documentation" => [
|
||||
0 => "documentation",
|
||||
],
|
||||
"Routing allows you to customize default route binds on the fly. Only alphanumeric, hyphen and underscore characters are allowed. Check out our %s if you want to override or add new routes." => [
|
||||
0 => "L'adressage vous permet de personnaliser l'adresse utilisée par défaut. Seuls les caractères alphanumériques, les traits d'union et les underscore sont autorisés. Vérifiez rapidement %s si vous souhaitez ignorer ou ajouter de nouveaux adressages.",
|
||||
],
|
||||
|
@ -2658,6 +2673,9 @@ $translation_table = [
|
|||
"Use this to test how your emails are being delivered. We recommend you to use %s." => [
|
||||
0 => "Utilisez cette option pour tester la façon dont vos e-mails sont envoyé. Nous vous recommandons d'utiliser %s",
|
||||
],
|
||||
"social networks" => [
|
||||
0 => "Réseaux sociaux",
|
||||
],
|
||||
"You need a <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> for this." => [
|
||||
0 => "Nécessite un compte <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a>.",
|
||||
],
|
||||
|
@ -2697,9 +2715,6 @@ $translation_table = [
|
|||
"VK client secret" => [
|
||||
0 => "Secret Client VK",
|
||||
],
|
||||
"CDN allows you to offload static content to several edge servers making your website faster. If you don't have a CDN provider you should try %s." => [
|
||||
0 => "Un CDN vous permet de décharger le contenu statique sur plusieurs serveurs, ce qui rend votre site web plus rapide. Si vous n'avez pas de CDN vous devriez essayer %s.",
|
||||
],
|
||||
"You need a <a href=\"%s\" target=\"_blank\">reCAPTCHA key</a> for this." => [
|
||||
0 => "Vous avez besoin d'une <a href=\"%s\" target=\"_blank\">clé reCAPTCHA</a> pour ceci.",
|
||||
],
|
||||
|
|
626
app/content/languages/cache/id.po.cache.php
vendored
626
app/content/languages/cache/id.po.cache.php
vendored
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
$translation_header = array (
|
||||
'Project-Id-Version' => 'VERSION',
|
||||
'POT-Creation-Date' => '2016-04-16 16:12+0000',
|
||||
'PO-Revision-Date' => '2016-04-16 16:12+0000',
|
||||
'POT-Creation-Date' => '2016-10-17 20:52+0000',
|
||||
'PO-Revision-Date' => '2016-10-17 20:52+0000',
|
||||
'Last-Translator' => 'FULL NAME <EMAIL@ADDRESS>',
|
||||
'Language-Team' => 'LANGUAGE TEAM <EMAIL@ADDRESS>',
|
||||
'Language' => 'id',
|
||||
|
@ -90,23 +90,26 @@ $translation_table = [
|
|||
"%s's images" => [
|
||||
0 => "%s foto",
|
||||
],
|
||||
"Note: This content is private but anyone with the link will be able to see this." => [
|
||||
0 => "Catatan: Konten ini bersifat pribadi namun siapapun yang memiliki tautan dapat melihat ini.",
|
||||
],
|
||||
"Note: This content is private. Change privacy to \"public\" to share." => [
|
||||
0 => "Catatan: Ini konten pribadi. Ubah privasi ke \"Umum\" untuk membagikan.",
|
||||
],
|
||||
"After %n %t" => [
|
||||
0 => "Setelah %n %t",
|
||||
],
|
||||
"Don't autodelete" => [
|
||||
0 => "Jangan hapus otomatis",
|
||||
],
|
||||
"After %s minutes" => [
|
||||
0 => "Setelah %s menit",
|
||||
"minute" => [
|
||||
0 => "menit",
|
||||
],
|
||||
"After %s hour" => [
|
||||
0 => "Setelah %s jam",
|
||||
"hour" => [
|
||||
0 => "jam",
|
||||
],
|
||||
"After %s hours" => [
|
||||
0 => "Setelah %s jam",
|
||||
],
|
||||
"After %s day" => [
|
||||
0 => "Setelah %s hari",
|
||||
],
|
||||
"After %s days" => [
|
||||
0 => "Setelah %s hari",
|
||||
"day" => [
|
||||
0 => "hari",
|
||||
],
|
||||
"Duplicated upload" => [
|
||||
0 => "Gandakan unggahan",
|
||||
|
@ -168,6 +171,12 @@ $translation_table = [
|
|||
"used" => [
|
||||
0 => "digunakan",
|
||||
],
|
||||
"Private profile" => [
|
||||
0 => "Profil pribadi",
|
||||
],
|
||||
"Private" => [
|
||||
0 => "Pribadi",
|
||||
],
|
||||
"year" => [
|
||||
0 => "tahun",
|
||||
],
|
||||
|
@ -177,15 +186,6 @@ $translation_table = [
|
|||
"week" => [
|
||||
0 => "minggu",
|
||||
],
|
||||
"day" => [
|
||||
0 => "hari",
|
||||
],
|
||||
"hour" => [
|
||||
0 => "jam",
|
||||
],
|
||||
"minute" => [
|
||||
0 => "menit",
|
||||
],
|
||||
"second" => [
|
||||
0 => "detik",
|
||||
],
|
||||
|
@ -198,6 +198,12 @@ $translation_table = [
|
|||
"System notification" => [
|
||||
0 => "Notifikasi sistem",
|
||||
],
|
||||
"Dashboard" => [
|
||||
0 => "Beranda",
|
||||
],
|
||||
"There is an update available for your system. Go to %s to download and install this update." => [
|
||||
0 => "Terdapat pembaruan untuk sistem anda. Pergi ke %s untuk mengunduh dan memasang pembaruan ini.",
|
||||
],
|
||||
"System database is outdated. You need to run the <a href=\"%s\">update</a> tool." => [
|
||||
0 => "Sistem database sudah kadaluarsa. Anda perlu untuk menjalankan menu <a href=\"%s\">update</a>",
|
||||
],
|
||||
|
@ -210,6 +216,21 @@ $translation_table = [
|
|||
"You haven't changed the default email settings. Go to <a href='%s'>Email settings</a> to fix this." => [
|
||||
0 => "Anda belum mengubah pengaturan email bawaan. Pergi ke <a href='%s'>Pengaturan Email</a> untuk memperbaiki hal ini.",
|
||||
],
|
||||
"There is an update available for your Chevereto based website." => [
|
||||
0 => "Terdapat pembaruan untuk website berbasis Chevereto anda.",
|
||||
],
|
||||
"The release notes for this update are:" => [
|
||||
0 => "Catatan rilis untuk pembaruan ini diantaranya:",
|
||||
],
|
||||
"admin dashboard" => [
|
||||
0 => "dasbor admin",
|
||||
],
|
||||
"You can apply this update directly from your %a or download it from %s and then manually install it." => [
|
||||
0 => "Anda dapat menerapkan pembaruan ini secara langsung dari %a anda atau mengunduhnya dari %s dan kemudian secara manual memasangnya.",
|
||||
],
|
||||
"Chevereto update available (v%s)" => [
|
||||
0 => "Pembaruan Chevereto tersedia (v%s)",
|
||||
],
|
||||
"We use our own and third party cookies to improve your browsing experience and our services. If you continue using our website is understood that you accept this cookie policy." => [
|
||||
0 => "Kami menggunakan kuki sendiri dan pihak ke tiga untuk meningkatkan pengalaman pencarian dan layanan kami. Jika anda melanjutkan menggunakan website kami, berarti anda menyetujui kebijakan kuki ini.",
|
||||
],
|
||||
|
@ -225,6 +246,15 @@ $translation_table = [
|
|||
"That page doesn't exist" => [
|
||||
0 => "Halaman tersebut tidak tersedia.",
|
||||
],
|
||||
"Most recent" => [
|
||||
0 => "Terbaru",
|
||||
],
|
||||
"Oldest" => [
|
||||
0 => "Terlama",
|
||||
],
|
||||
"Albums" => [
|
||||
0 => "Album",
|
||||
],
|
||||
"Forgot password?" => [
|
||||
0 => "Lupa password anda?",
|
||||
],
|
||||
|
@ -279,11 +309,8 @@ $translation_table = [
|
|||
"Check the errors in the form to continue." => [
|
||||
0 => "Periksa kesalahan pada kotak isian untuk melanjutkan",
|
||||
],
|
||||
"Most recent" => [
|
||||
0 => "Terbaru",
|
||||
],
|
||||
"Oldest" => [
|
||||
0 => "Terlama",
|
||||
"Password required" => [
|
||||
0 => "Kata sandi diperlukan",
|
||||
],
|
||||
"Most viewed" => [
|
||||
0 => "Paling dilihat",
|
||||
|
@ -294,6 +321,9 @@ $translation_table = [
|
|||
"Share" => [
|
||||
0 => "Bagikan",
|
||||
],
|
||||
"Embed codes" => [
|
||||
0 => "Kode cantumkan",
|
||||
],
|
||||
"Full info" => [
|
||||
0 => "Informasi lengkap",
|
||||
],
|
||||
|
@ -306,9 +336,6 @@ $translation_table = [
|
|||
"Images" => [
|
||||
0 => "Foto",
|
||||
],
|
||||
"Albums" => [
|
||||
0 => "Album",
|
||||
],
|
||||
"Users" => [
|
||||
0 => "Pengguna",
|
||||
],
|
||||
|
@ -324,6 +351,12 @@ $translation_table = [
|
|||
"check for updates" => [
|
||||
0 => "Cek pembaharuan",
|
||||
],
|
||||
"Chevereto support" => [
|
||||
0 => "Dukungan Chevereto",
|
||||
],
|
||||
"Need help? Go to %s and you will get help quickly." => [
|
||||
0 => "Butuh bantuan? Pergi ke %s dan anda akan mendapatkan bantuan segera.",
|
||||
],
|
||||
"PHP version" => [
|
||||
0 => "Versi PHP",
|
||||
],
|
||||
|
@ -346,7 +379,7 @@ $translation_table = [
|
|||
0 => "Diaktifkan",
|
||||
],
|
||||
"Disabled" => [
|
||||
0 => "Dipasifkan",
|
||||
0 => "Dinonaktifkan",
|
||||
],
|
||||
"Max. upload size" => [
|
||||
0 => "Ukuran maks. pengunggahan",
|
||||
|
@ -363,6 +396,18 @@ $translation_table = [
|
|||
"Memory limit" => [
|
||||
0 => "Batas memori",
|
||||
],
|
||||
"Links" => [
|
||||
0 => "Tautan",
|
||||
],
|
||||
"Documentation" => [
|
||||
0 => "Dokumentasi",
|
||||
],
|
||||
"Request new features" => [
|
||||
0 => "Minta fitur baru",
|
||||
],
|
||||
"Blog" => [
|
||||
0 => "Blog",
|
||||
],
|
||||
"Website" => [
|
||||
0 => "Website",
|
||||
],
|
||||
|
@ -423,6 +468,12 @@ $translation_table = [
|
|||
"Tools" => [
|
||||
0 => "Alat-alat",
|
||||
],
|
||||
"Can't delete all homepage cover images" => [
|
||||
0 => "Tidak dapat menghapus semua gambar sampul halaman muka.",
|
||||
],
|
||||
"Homepage cover image deleted" => [
|
||||
0 => "Gambar halaman muka dihapus",
|
||||
],
|
||||
"Local" => [
|
||||
0 => "Lokal",
|
||||
],
|
||||
|
@ -447,14 +498,11 @@ $translation_table = [
|
|||
"The page has been deleted." => [
|
||||
0 => "Halaman telah dihapus.",
|
||||
],
|
||||
"Before cover (homepage)" => [
|
||||
0 => "Sampul sebelumnya (halaman muka)",
|
||||
"Before main title (%s)" => [
|
||||
0 => "Sebelum judul utama (%s)",
|
||||
],
|
||||
"After cover (homepage)" => [
|
||||
0 => "Setelah sampul(halaman depan)",
|
||||
],
|
||||
"After listing (homepage)" => [
|
||||
0 => "Setelah pendaftaran (beranda)",
|
||||
"After cover (%s)" => [
|
||||
0 => "Setelah sampul (%s)",
|
||||
],
|
||||
"Before pagination" => [
|
||||
0 => "Sebelum nomor halaman",
|
||||
|
@ -636,6 +684,9 @@ $translation_table = [
|
|||
"Invalid user minimum age" => [
|
||||
0 => "Usia minimal pengguna tidak valid",
|
||||
],
|
||||
"Only alphanumeric, hyphen and underscore characters are allowed" => [
|
||||
0 => "Hanya karakter alfanumerik, tanda hubung dan garis bawah yang diperbolehkan",
|
||||
],
|
||||
"Invalid upload image path" => [
|
||||
0 => "Jalur upload gambar tidak valid",
|
||||
],
|
||||
|
@ -666,9 +717,6 @@ $translation_table = [
|
|||
"Top users" => [
|
||||
0 => "Pengguna teratas",
|
||||
],
|
||||
"Dashboard" => [
|
||||
0 => "Beranda",
|
||||
],
|
||||
"Explore" => [
|
||||
0 => "Jelajahi",
|
||||
],
|
||||
|
@ -678,9 +726,6 @@ $translation_table = [
|
|||
"About" => [
|
||||
0 => "Tentang",
|
||||
],
|
||||
"Embed codes" => [
|
||||
0 => "Kode cantumkan",
|
||||
],
|
||||
"Image ID" => [
|
||||
0 => "ID Gambar",
|
||||
],
|
||||
|
@ -1155,9 +1200,6 @@ $translation_table = [
|
|||
"album" => [
|
||||
0 => "album",
|
||||
],
|
||||
"Links" => [
|
||||
0 => "Tautan",
|
||||
],
|
||||
"Viewer links" => [
|
||||
0 => "Penonton tautan",
|
||||
],
|
||||
|
@ -1242,8 +1284,8 @@ $translation_table = [
|
|||
"Brief description of this album" => [
|
||||
0 => "Deskripsi singkat album ini",
|
||||
],
|
||||
"Album Privacy" => [
|
||||
0 => "Privasi Album",
|
||||
"Album privacy" => [
|
||||
0 => "Privasi album",
|
||||
],
|
||||
"Who can view this content" => [
|
||||
0 => "Siapa yang bisa melihat konten ini",
|
||||
|
@ -1257,6 +1299,12 @@ $translation_table = [
|
|||
"Private (anyone with the link)" => [
|
||||
0 => "Pribadi (siapapun yang memiliki tautan)",
|
||||
],
|
||||
"Private (password protected)" => [
|
||||
0 => "Privat (dilindungi kata sandi)",
|
||||
],
|
||||
"Album password" => [
|
||||
0 => "Kata sandi album",
|
||||
],
|
||||
"No category" => [
|
||||
0 => "Tidak ada kategori",
|
||||
],
|
||||
|
@ -1305,6 +1353,12 @@ $translation_table = [
|
|||
"Album" => [
|
||||
0 => "Album",
|
||||
],
|
||||
"link" => [
|
||||
0 => "tautan",
|
||||
],
|
||||
"password" => [
|
||||
0 => "kata sandi",
|
||||
],
|
||||
"private" => [
|
||||
0 => "pribadi",
|
||||
],
|
||||
|
@ -1350,6 +1404,9 @@ $translation_table = [
|
|||
"Google Cloud JSON key" => [
|
||||
0 => "Kunci JSON Google Cloud",
|
||||
],
|
||||
"Service name" => [
|
||||
0 => "Nama layanan",
|
||||
],
|
||||
"Identity URL" => [
|
||||
0 => "Identitas URL",
|
||||
],
|
||||
|
@ -1413,12 +1470,6 @@ $translation_table = [
|
|||
"Load more" => [
|
||||
0 => "Muat lebih banyak",
|
||||
],
|
||||
"Previous" => [
|
||||
0 => "Sebelumnya",
|
||||
],
|
||||
"Next" => [
|
||||
0 => "Berikutnya",
|
||||
],
|
||||
"Select all" => [
|
||||
0 => "Pilih Semua",
|
||||
],
|
||||
|
@ -1446,9 +1497,6 @@ $translation_table = [
|
|||
"To use all the features of this site you must be logged in. If you don't have an account you can <a href=\"%s\">sign up</a> right now." => [
|
||||
0 => "Untuk menggunakan semua fitur dari situs ini anda harus masuk. Jika tidak memiliki akun anda dapat <a href=\"%s\">mendaftar</a> sekarang.",
|
||||
],
|
||||
"Note: This content is private. Change privacy to \"public\" to share." => [
|
||||
0 => "Catatan: Ini konten pribadi. Ubah privasi ke \"Umum\" untuk membagikan.",
|
||||
],
|
||||
"There's nothing to show here." => [
|
||||
0 => "Tidak ada yang ditampilkan disini.",
|
||||
],
|
||||
|
@ -1485,8 +1533,8 @@ $translation_table = [
|
|||
"Do you really want to remove all the selected content? This can't be undone." => [
|
||||
0 => "Apakah anda benar-benar ingin menghapus semua konten yang dipilih? Hal ini tidak dapat dibatalkan",
|
||||
],
|
||||
"Uploaded by guest to Public" => [
|
||||
0 => "Diunggah oleh pengunjung ke Publik",
|
||||
"Uploaded by guest" => [
|
||||
0 => "Diunggah oleh pengunjung",
|
||||
],
|
||||
"From %s" => [
|
||||
0 => "Dari %s",
|
||||
|
@ -1623,9 +1671,18 @@ $translation_table = [
|
|||
"This setting is always diabled when using personal website mode." => [
|
||||
0 => "Pengaturan ini akan selalu dinonaktifkan ketika menggunakan mode website pribadi.",
|
||||
],
|
||||
"documentation" => [
|
||||
0 => "dokumentasi",
|
||||
],
|
||||
"Learn more about %s at our %d." => [
|
||||
0 => "Pelajari lebih lanjut tentang %s di %d kami.",
|
||||
],
|
||||
"Add category" => [
|
||||
0 => "Tambah kategori",
|
||||
],
|
||||
"Add IP ban" => [
|
||||
0 => "Tambah IP di blokir",
|
||||
],
|
||||
"Add storage" => [
|
||||
0 => "Tambahkan penyimpanan",
|
||||
],
|
||||
|
@ -1650,15 +1707,192 @@ $translation_table = [
|
|||
"Select region" => [
|
||||
0 => "Pilih region",
|
||||
],
|
||||
"Allows to search images, albums and users based on a given search query." => [
|
||||
0 => "Bolehkan pencarian gambar, album dan pengguna berdasarkan permintaan pencarian yang diberikan.",
|
||||
],
|
||||
"Enables to browse images randomly." => [
|
||||
0 => "Aktifkan mencari gambar secara acak.",
|
||||
],
|
||||
"Likes" => [
|
||||
0 => "Suka",
|
||||
],
|
||||
"Allows users to like content and populate \"Most liked\" listings." => [
|
||||
0 => "Memungkinkan pengguna menyukai konten dan mengisi daftar \"Paling disukai\".",
|
||||
],
|
||||
"Followers allows users to follow each other." => [
|
||||
0 => "Pengikut membolehkan pengguna untuk saling mengikuti.",
|
||||
],
|
||||
"User ID" => [
|
||||
0 => "ID pengguna",
|
||||
],
|
||||
"Your user id is: %s" => [
|
||||
0 => "Id pengguna anda adalah: %s",
|
||||
],
|
||||
"Personal mode routing" => [
|
||||
0 => "Pengarahan mode personal",
|
||||
],
|
||||
"Website privacy mode" => [
|
||||
0 => "Mode privasi website",
|
||||
],
|
||||
"Private mode will make the website only available for registered users." => [
|
||||
0 => "Mode pribadi akan menjadikan website hanya tersedia untuk pengguna terdaftar.",
|
||||
],
|
||||
"Content privacy mode" => [
|
||||
0 => "Mode privasi konten",
|
||||
],
|
||||
"Default" => [
|
||||
0 => "Default",
|
||||
],
|
||||
"Force private (self)" => [
|
||||
0 => "Paksa pribadi (sendiri)",
|
||||
],
|
||||
"Force private (anyone with the link)" => [
|
||||
0 => "Paksa pribadi (semua orang dengan tautan)",
|
||||
],
|
||||
"Page title" => [
|
||||
0 => "Judul halaman",
|
||||
],
|
||||
"Page status" => [
|
||||
0 => "Status halaman",
|
||||
],
|
||||
"Active page" => [
|
||||
0 => "Halaman aktif",
|
||||
],
|
||||
"Inactive page (%s)" => [
|
||||
0 => "Halaman tidak aktif (%s)",
|
||||
],
|
||||
"Only active pages will be accessible." => [
|
||||
0 => "Hanya halaman aktif yang dapat diakses.",
|
||||
],
|
||||
"Type" => [
|
||||
0 => "Tipe",
|
||||
],
|
||||
"Page visibility" => [
|
||||
0 => "Keterlihatan halaman",
|
||||
],
|
||||
"Visible page" => [
|
||||
0 => "Halaman terlihat",
|
||||
],
|
||||
"Hidden page" => [
|
||||
0 => "Halaman tersembunyi",
|
||||
],
|
||||
"Hidden pages won't be show in system menus, but anyone can access to it with the link." => [
|
||||
0 => "Halaman tersembunyi tidak akan ditampilkan di menu sistem, tetapi semua orang dapat mengakses nya melalui tautan.",
|
||||
],
|
||||
"Only alphanumerics, hyphens and forward slash" => [
|
||||
0 => "Hanya alfanumerik, tanda hubung dan garis miring",
|
||||
],
|
||||
"File path" => [
|
||||
0 => "Jalur berkas",
|
||||
],
|
||||
"A %f file relative to %s" => [
|
||||
0 => "Sebuah berkas %f berhubungan dengan %s",
|
||||
],
|
||||
"Meta keywords" => [
|
||||
0 => "Kata kunci meta",
|
||||
],
|
||||
"Meta description" => [
|
||||
0 => "Deskripsi meta",
|
||||
],
|
||||
"Source code" => [
|
||||
0 => "Kode sumber",
|
||||
],
|
||||
"No write permission in %s path you will need to add this file using an external editor." => [
|
||||
0 => "Tidak ada izin menulis di jalur %s anda perlu menambahkan berkas ini menggunakan editor eksternal.",
|
||||
],
|
||||
"No write permission in %s you will need to edit the contents of this file using an external editor." => [
|
||||
0 => "Tidak ada izin menulis di jalur %s anda perlu mengedit konten dari berkas ini menggunakan editor eksternal.",
|
||||
],
|
||||
"Taken from: %s" => [
|
||||
0 => "Diambil dari: %s",
|
||||
],
|
||||
"Link URL" => [
|
||||
0 => "Tautan URL",
|
||||
],
|
||||
"Select %s to open the page or link in a new window." => [
|
||||
0 => "Pilih %s untuk membuka halaman atau tautan di jendela baru.",
|
||||
],
|
||||
"Only alphanumerics, hyphens and whitespaces" => [
|
||||
0 => "Hanya alfanumerik, tanda hubung dan spasi",
|
||||
],
|
||||
"HTML <a> %s attribute" => [
|
||||
0 => "Atribut HTML <a> %s",
|
||||
],
|
||||
"Link icon" => [
|
||||
0 => "Ikon tautan",
|
||||
],
|
||||
"Check the <a %s>icon reference</a> for the complete list of supported icons." => [
|
||||
0 => "Periksa <a %s>referensi ikon</a> untuk daftar lengkap ikon yang didukung.",
|
||||
],
|
||||
"Sort order display" => [
|
||||
0 => "Urutan tampilan",
|
||||
],
|
||||
"pages" => [
|
||||
0 => "halaman",
|
||||
],
|
||||
"Enable uploads" => [
|
||||
0 => "Aktifkan upload",
|
||||
],
|
||||
"Enable this if you want to allow image uploads. This setting doesn't affect administrators." => [
|
||||
0 => "Aktifkan ini jika anda ingin memperbolehkan upload gambar. Pengaturan ini tidak berdampak pada administrator",
|
||||
],
|
||||
"Guest uploads" => [
|
||||
0 => "Unggahan pengunjung",
|
||||
],
|
||||
"Enable this if you want to allow non registered users to upload." => [
|
||||
0 => "Aktifkan ini jika anda mengizinkan pengguna tidak terdaftar menunggah.",
|
||||
],
|
||||
"Enable expirable uploads" => [
|
||||
0 => "Aktifkan upload berkadaluarsa",
|
||||
],
|
||||
"Image Exif data" => [
|
||||
0 => "Data Exif gambar",
|
||||
],
|
||||
"Keep" => [
|
||||
0 => "Biarkan",
|
||||
],
|
||||
"Image Exif data (user setting)" => [
|
||||
0 => "Data Exif gambar (pengaturan pengguna)",
|
||||
],
|
||||
"Enable this if you want to allow each user to configure how image Exif data will be handled." => [
|
||||
0 => "Aktifkan ini jika anda ingin membolehkan setiap pengguna mengatur bagaimana data Exif gambar akan ditangani.",
|
||||
],
|
||||
"Max. filesize" => [
|
||||
0 => "Ukuran berkas Maks.",
|
||||
],
|
||||
"Max. allowed filesize. (Max allowed by server is %s)" => [
|
||||
0 => "Ukuran berkas Maks. (Maksimal yang dibolehkan server ialah %s)",
|
||||
],
|
||||
"Image path" => [
|
||||
0 => "Jalur gambar",
|
||||
],
|
||||
"Storage mode" => [
|
||||
0 => "Mode penyimpanan",
|
||||
],
|
||||
"Direct" => [
|
||||
0 => "Langsung",
|
||||
],
|
||||
"File naming method" => [
|
||||
0 => "Metode penamaan berkas",
|
||||
],
|
||||
"Original" => [
|
||||
0 => "Asli",
|
||||
],
|
||||
"Mix original + random" => [
|
||||
0 => "Campur asli + acak",
|
||||
],
|
||||
"\"Original\" will try to keep the image source name while \"Random\" will generate a random name. \"ID\" will name the image just like the image ID." => [
|
||||
0 => "\"Asli\" akan mencoba menjaga nama sumber gambar sedangkan \"Acak\" akan menghasilkan sebuah nama acak. \"ID\" akan menamakan gambar seperti halnya ID gambar.",
|
||||
],
|
||||
"Watermarks" => [
|
||||
0 => "Tanda air",
|
||||
],
|
||||
"Enable this to put a logo or anything you want in image uploads." => [
|
||||
0 => "Aktifkan ini untuk menempatkan sebuah logo atau apapun yang anda inginkan di upload gambar.",
|
||||
],
|
||||
"Warning: Can't write in %s" => [
|
||||
0 => "Peringatan: Tidak dapat menulis di %s",
|
||||
],
|
||||
"Watermark image" => [
|
||||
0 => "Gambar stempel",
|
||||
],
|
||||
|
@ -1698,6 +1932,36 @@ $translation_table = [
|
|||
"Watermark margin" => [
|
||||
0 => "Jarak stempel",
|
||||
],
|
||||
"Expires" => [
|
||||
0 => "Kadaluarsa",
|
||||
],
|
||||
"Enable signups" => [
|
||||
0 => "Aktifkan mendaftar",
|
||||
],
|
||||
"Enable this if you want to allow users to signup." => [
|
||||
0 => "Aktifkan ini jika anda ingin membolehkan pengguna untuk mendaftar.",
|
||||
],
|
||||
"Minimum age required" => [
|
||||
0 => "Usia minimum dibutuhkan",
|
||||
],
|
||||
"Empty" => [
|
||||
0 => "Kosong",
|
||||
],
|
||||
"Leave it empty to don't require a minimum age to use the website." => [
|
||||
0 => "Biarkan kosong jika anda tidak memerlukan usia minimum untuk bisa menggunakan website.",
|
||||
],
|
||||
"Require email confirmation" => [
|
||||
0 => "Konfirmasi email dibutuhkan",
|
||||
],
|
||||
"Enable this if users must validate their email address on sign up." => [
|
||||
0 => "Aktifkan ini jika pengguna harus memvalidasi alamat email mereka untuk mendaftar.",
|
||||
],
|
||||
"Shows a consent screen before accessing the website. Useful for adult content websites where minors shouldn't be allowed." => [
|
||||
0 => "Menampilkan sebuah layar persetujuan sebelum mengakses website. Sangat berguna untuk website konten dewasa dimana anak dibawah umur harusnya tidak diperbolehkan.",
|
||||
],
|
||||
"Enable consent screen" => [
|
||||
0 => "Aktifkan layar persetujuan",
|
||||
],
|
||||
"Notify to email" => [
|
||||
0 => "Beritahu lewat surel",
|
||||
],
|
||||
|
@ -1719,6 +1983,207 @@ $translation_table = [
|
|||
"Show not safe content in listings" => [
|
||||
0 => "Perlihatkan isi yang tidak aman",
|
||||
],
|
||||
"Phone" => [
|
||||
0 => "Selular",
|
||||
],
|
||||
"Phablet" => [
|
||||
0 => "Phapblet",
|
||||
],
|
||||
"Tablet" => [
|
||||
0 => "Tablet",
|
||||
],
|
||||
"Laptop" => [
|
||||
0 => "Laptop",
|
||||
],
|
||||
"Desktop" => [
|
||||
0 => "Desktop",
|
||||
],
|
||||
"Put your themes in the %s folder" => [
|
||||
0 => "Tempatkan tema anda di folder %s",
|
||||
],
|
||||
"Tone" => [
|
||||
0 => "Suasana",
|
||||
],
|
||||
"Light" => [
|
||||
0 => "Menyala",
|
||||
],
|
||||
"Logo height" => [
|
||||
0 => "Tinggi logo",
|
||||
],
|
||||
"Favicon image" => [
|
||||
0 => "Gambar favicon",
|
||||
],
|
||||
"Favicon image. Image must have same width and height." => [
|
||||
0 => "Gambar favicon. Gambar harus memiliki lebar dan tinggi yang sama.",
|
||||
],
|
||||
"Enable download button" => [
|
||||
0 => "Aktifkan tombol unduh",
|
||||
],
|
||||
"Enable this if you want to show the image download button." => [
|
||||
0 => "Aktifkan ini jika anda ingin menampilkan gambar dengan tombol unduh.",
|
||||
],
|
||||
"Enable right click on image" => [
|
||||
0 => "Aktifkan klik kanan pada gambar",
|
||||
],
|
||||
"Enable this if you want to allow right click on image viewer page." => [
|
||||
0 => "Aktifkan ini jika anda ingin membolehkan klik kanan pada halaman penampil gambar.",
|
||||
],
|
||||
"Enable show Exif data" => [
|
||||
0 => "Aktifkan untuk menampilkan data Exif",
|
||||
],
|
||||
"Enable this if you want to show image Exif data." => [
|
||||
0 => "Aktifkan ini jika anda ingin menampilkan data Exif gambar.",
|
||||
],
|
||||
"Enable social share" => [
|
||||
0 => "Aktifkan berbagi sosial",
|
||||
],
|
||||
"Enable this if you want to show social network buttons to share content." => [
|
||||
0 => "Aktifkan ini jika anda ingin menampilkan tombol jaringan sosial untuk membagikan konten.",
|
||||
],
|
||||
"Enable embed codes (content)" => [
|
||||
0 => "Aktifkan kode sematkan (konten)",
|
||||
],
|
||||
"Enable this if you want to show embed codes for the content." => [
|
||||
0 => "Aktifkan ini jika anda ingin menampilkan kode sematkan untuk konten.",
|
||||
],
|
||||
"Not safe content checkbox in uploader" => [
|
||||
0 => "Kotak centang konten tidak aman di pengunggah",
|
||||
],
|
||||
"Custom CSS code" => [
|
||||
0 => "Kode CSS kustom",
|
||||
],
|
||||
"Custom JS code" => [
|
||||
0 => "Kode JS kustom",
|
||||
],
|
||||
"Style" => [
|
||||
0 => "Gaya",
|
||||
],
|
||||
"Cover image" => [
|
||||
0 => "Gambar sampul",
|
||||
],
|
||||
"Do you really want to delete this image? This can't be undone." => [
|
||||
0 => "Apakah anda yakin ingin menghapus gambar ini? Hal ini tidak dapat dimundurkan.",
|
||||
],
|
||||
"Delete image" => [
|
||||
0 => "Menghapus gambar",
|
||||
],
|
||||
"Paragraph" => [
|
||||
0 => "Paragraf",
|
||||
],
|
||||
"Open URL" => [
|
||||
0 => "Buka URL",
|
||||
],
|
||||
"User IDs" => [
|
||||
0 => "ID Pengguna",
|
||||
],
|
||||
"Minify code" => [
|
||||
0 => "Sederhanakan koed",
|
||||
],
|
||||
"Maintenance" => [
|
||||
0 => "Perawatan",
|
||||
],
|
||||
"When enabled the website will show a maintenance message. This setting doesn't affect administrators." => [
|
||||
0 => "Ketika anda mengaktifkan website akan muncul sebuah pesan perawatan. Pengaturan ini tidak berpengaruh terhadap administrator.",
|
||||
],
|
||||
"None" => [
|
||||
0 => "Tidaka ada",
|
||||
],
|
||||
"Default language" => [
|
||||
0 => "Bahasa default",
|
||||
],
|
||||
"Auto language" => [
|
||||
0 => "Bahasa otomatis",
|
||||
],
|
||||
"Language chooser" => [
|
||||
0 => "Pemilih bahasa",
|
||||
],
|
||||
"Enable this if you want to allow language selection." => [
|
||||
0 => "Mengatifkan ini jika anda ingin memperbolehkan pemilihan bahasa.",
|
||||
],
|
||||
"Enabled languages" => [
|
||||
0 => "Bahasa diaktifkan",
|
||||
],
|
||||
"Unchecked languages won't be used in your website." => [
|
||||
0 => "Bahasa yang tidak dicentang tidak akan digunakan di website anda.",
|
||||
],
|
||||
"Toggle this to enable or disable this storage" => [
|
||||
0 => "Alihkan ini jika ingin mengaktifkan atau menonaktifkan penyimpanan ini",
|
||||
],
|
||||
"Quota" => [
|
||||
0 => "Kuota",
|
||||
],
|
||||
"Active" => [
|
||||
0 => "Aktif",
|
||||
],
|
||||
"Storage method" => [
|
||||
0 => "Metode penyimpanan",
|
||||
],
|
||||
"Local storage is used by default or when no external storage is active." => [
|
||||
0 => "Penyimpanan lokal akan digunakan secara default atau ketika tidak ada penyimpanan eksternal yang aktif.",
|
||||
],
|
||||
"If you need help check the <a %s>storage documentation</a>." => [
|
||||
0 => "Jika anda memerlukan bantuan periksa <a %s>dokumentasi penyimpanan</a>.",
|
||||
],
|
||||
"Edit storage" => [
|
||||
0 => "Edit penyimpanan",
|
||||
],
|
||||
"From name" => [
|
||||
0 => "Nama dari",
|
||||
],
|
||||
"Sender name for emails sent to users." => [
|
||||
0 => "Nama pengirim untuk email yang dikirim kepada pengguna.",
|
||||
],
|
||||
"Email mode" => [
|
||||
0 => "Mode email",
|
||||
],
|
||||
"How to send emails? SMTP recommended." => [
|
||||
0 => "Bagaimana cara pengiriman email? SMTP direkomendasikan.",
|
||||
],
|
||||
"SMTP server and port" => [
|
||||
0 => "Server dan port SMTP",
|
||||
],
|
||||
"SMTP server" => [
|
||||
0 => "Server SMTP",
|
||||
],
|
||||
"SMTP username" => [
|
||||
0 => "Username SMTP",
|
||||
],
|
||||
"SMTP password" => [
|
||||
0 => "Password SMTP",
|
||||
],
|
||||
"SMTP security" => [
|
||||
0 => "Keamanan SMTP",
|
||||
],
|
||||
"Unsecured" => [
|
||||
0 => "Tidak aman",
|
||||
],
|
||||
"Send test email" => [
|
||||
0 => "Kirim email percobaan",
|
||||
],
|
||||
"Use this to test how your emails are being delivered. We recommend you to use %s." => [
|
||||
0 => "Gunakan ini untuk memeriksa apakan email sedang dikirimkan. Kami merekomendasikan anda untuk menggunakan %s.",
|
||||
],
|
||||
"You need a <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> for this." => [
|
||||
0 => "Anda memerlukan sebuah <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> untuk hal ini.",
|
||||
],
|
||||
"You need a <a href=\"https://cloud.google.com/console\" target=\"_blank\">Google app</a> for this." => [
|
||||
0 => "Anda membutuhkan sebuah<a href=\"https://cloud.google.com/console\" target=\"_blank\">Google app</a> untuk hal ini.",
|
||||
],
|
||||
"Google client id" => [
|
||||
0 => "Id klien Google",
|
||||
],
|
||||
"Google client secret" => [
|
||||
0 => "Rahasia klien Google",
|
||||
],
|
||||
"You need a <a href=\"http://vk.com/dev\" target=\"_blank\">VK app</a> for this." => [
|
||||
0 => "Anda membutuhkan sebuah <a href=\"http://vk.com/dev\" target=\"_blank\">VK app</a> untuk hal ini.",
|
||||
],
|
||||
"VK client id" => [
|
||||
0 => "id klien VK",
|
||||
],
|
||||
"VK client secret" => [
|
||||
0 => "rahasia klien VK",
|
||||
],
|
||||
"You need a <a href=\"%s\" target=\"_blank\">reCAPTCHA key</a> for this." => [
|
||||
0 => "Anda memerlukan sebuah <a href=\"%s\" target=\"_blank\"> kunci reCAPTCHA</a> untuk hal ini.",
|
||||
],
|
||||
|
@ -1770,11 +2235,11 @@ $translation_table = [
|
|||
"Guest" => [
|
||||
0 => "Tamu",
|
||||
],
|
||||
"Do you really want to delete this image? This can't be undone." => [
|
||||
0 => "Apakah anda yakin ingin menghapus gambar ini? Hal ini tidak dapat dimundurkan.",
|
||||
"You like this" => [
|
||||
0 => "Anda menyukai ini",
|
||||
],
|
||||
"Delete image" => [
|
||||
0 => "Menghapus gambar",
|
||||
"Like" => [
|
||||
0 => "Suka",
|
||||
],
|
||||
"Added to %a and categorized in %c" => [
|
||||
0 => "Ditambahkan ke %a dan dikategorikan kedalam %c",
|
||||
|
@ -1836,6 +2301,9 @@ $translation_table = [
|
|||
"You either don't have permission to access this page or the link has expired." => [
|
||||
0 => "Anda tidak diperkenankan memasuki halaman ini atau tautan telah tidak berlaku.",
|
||||
],
|
||||
"Search results" => [
|
||||
0 => "Hasil pencarian",
|
||||
],
|
||||
"Do you really want to delete this user? This can't be undone." => [
|
||||
0 => "Apakah anda yakin akan menghapus pengguna ini? Hal ini tidak dapat dimundurkan.",
|
||||
],
|
||||
|
@ -1849,7 +2317,7 @@ $translation_table = [
|
|||
0 => "Status",
|
||||
],
|
||||
"Valid" => [
|
||||
0 => "Benar",
|
||||
0 => "Sah",
|
||||
],
|
||||
"Banned" => [
|
||||
0 => "Diblokir",
|
||||
|
@ -1980,26 +2448,11 @@ $translation_table = [
|
|||
"Edit profile" => [
|
||||
0 => "Ubah profil",
|
||||
],
|
||||
"Message sent" => [
|
||||
0 => "Pesan terkirim",
|
||||
"Follower" => [
|
||||
0 => "Pengikut",
|
||||
],
|
||||
"Contact" => [
|
||||
0 => "Kontak",
|
||||
],
|
||||
"We will be in touch soon." => [
|
||||
0 => "Akan kami hubungi segera.",
|
||||
],
|
||||
"If you want to send a message fill the form below." => [
|
||||
0 => "Jika anda ingin mengirimkan sebuah pesan, isilah formulir dibawah ini.",
|
||||
],
|
||||
"Your name" => [
|
||||
0 => "Nama anda",
|
||||
],
|
||||
"Subject" => [
|
||||
0 => "Judul",
|
||||
],
|
||||
"Send message" => [
|
||||
0 => "Kirim pesan",
|
||||
"Follow" => [
|
||||
0 => "Ikuti",
|
||||
],
|
||||
"Installed version is v%s" => [
|
||||
0 => "Versi terpasang ialah v%s",
|
||||
|
@ -2073,9 +2526,6 @@ $translation_table = [
|
|||
"There is an update available for your system. You can automatic download and install this update or go to %s to proceed to download the file." => [
|
||||
0 => "Terdapat pembaruan untuk sistem anda. Anda dapat mengunduh otomatis dan memasang pembaruan ini atau pergi ke %s untuk melanjutkan mengunduh file.",
|
||||
],
|
||||
"The release notes for this update are:" => [
|
||||
0 => "Catatan rilis untuk pembaruan ini diantaranya:",
|
||||
],
|
||||
"Update now" => [
|
||||
0 => "Perbarui sekarang",
|
||||
],
|
||||
|
|
446
app/content/languages/cache/it.po.cache.php
vendored
446
app/content/languages/cache/it.po.cache.php
vendored
File diff suppressed because it is too large
Load diff
134
app/content/languages/cache/ja.po.cache.php
vendored
134
app/content/languages/cache/ja.po.cache.php
vendored
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
$translation_header = array (
|
||||
'Project-Id-Version' => 'VERSION',
|
||||
'POT-Creation-Date' => '2016-07-15 17:52+0000',
|
||||
'PO-Revision-Date' => '2016-07-15 17:52+0000',
|
||||
'POT-Creation-Date' => '2016-10-17 20:52+0000',
|
||||
'PO-Revision-Date' => '2016-10-17 20:52+0000',
|
||||
'Last-Translator' => 'FULL NAME <EMAIL@ADDRESS>',
|
||||
'Language-Team' => 'LANGUAGE TEAM <EMAIL@ADDRESS>',
|
||||
'Language' => 'ja',
|
||||
|
@ -252,6 +252,15 @@ $translation_table = [
|
|||
"That page doesn't exist" => [
|
||||
0 => "ページが存在しません。",
|
||||
],
|
||||
"Most recent" => [
|
||||
0 => "新しい順",
|
||||
],
|
||||
"Oldest" => [
|
||||
0 => "古い順",
|
||||
],
|
||||
"Albums" => [
|
||||
0 => "アルバム",
|
||||
],
|
||||
"Forgot password?" => [
|
||||
0 => "パスワードを忘れてしまいましたか?",
|
||||
],
|
||||
|
@ -309,12 +318,6 @@ $translation_table = [
|
|||
"Password required" => [
|
||||
0 => "パスワードが必要です。",
|
||||
],
|
||||
"Most recent" => [
|
||||
0 => "新しい順",
|
||||
],
|
||||
"Oldest" => [
|
||||
0 => "古い順",
|
||||
],
|
||||
"Most viewed" => [
|
||||
0 => "閲覧順",
|
||||
],
|
||||
|
@ -324,6 +327,9 @@ $translation_table = [
|
|||
"Share" => [
|
||||
0 => "共有",
|
||||
],
|
||||
"Embed codes" => [
|
||||
0 => "埋め込みコード",
|
||||
],
|
||||
"Full info" => [
|
||||
0 => "詳細情報",
|
||||
],
|
||||
|
@ -336,9 +342,6 @@ $translation_table = [
|
|||
"Images" => [
|
||||
0 => "画像",
|
||||
],
|
||||
"Albums" => [
|
||||
0 => "アルバム",
|
||||
],
|
||||
"Users" => [
|
||||
0 => "ユーザ",
|
||||
],
|
||||
|
@ -354,6 +357,12 @@ $translation_table = [
|
|||
"check for updates" => [
|
||||
0 => "アップデートのチェック",
|
||||
],
|
||||
"Chevereto support" => [
|
||||
0 => "Cheveretoサポート",
|
||||
],
|
||||
"Need help? Go to %s and you will get help quickly." => [
|
||||
0 => "ヘルプが必要な方は、 %s まで。",
|
||||
],
|
||||
"PHP version" => [
|
||||
0 => "PHPバージョン",
|
||||
],
|
||||
|
@ -393,6 +402,24 @@ $translation_table = [
|
|||
"Memory limit" => [
|
||||
0 => "メモリ制限",
|
||||
],
|
||||
"Links" => [
|
||||
0 => "リンク",
|
||||
],
|
||||
"Documentation" => [
|
||||
0 => "ドキュメント",
|
||||
],
|
||||
"Changelog" => [
|
||||
0 => "変更履歴",
|
||||
],
|
||||
"Request new features" => [
|
||||
0 => "新機能のリクエスト",
|
||||
],
|
||||
"Bug tracking" => [
|
||||
0 => "バグ修正過程",
|
||||
],
|
||||
"Blog" => [
|
||||
0 => "ブログ",
|
||||
],
|
||||
"Website" => [
|
||||
0 => "ウェブサイト",
|
||||
],
|
||||
|
@ -459,6 +486,9 @@ $translation_table = [
|
|||
"Can't delete all homepage cover images" => [
|
||||
0 => "すべてのホームページのヘッダ画像は削除できません。",
|
||||
],
|
||||
"Homepage cover image deleted" => [
|
||||
0 => "ホームページのトップ画像を削除しました。",
|
||||
],
|
||||
"Local" => [
|
||||
0 => "ローカル",
|
||||
],
|
||||
|
@ -483,14 +513,14 @@ $translation_table = [
|
|||
"The page has been deleted." => [
|
||||
0 => "ページは削除されました。",
|
||||
],
|
||||
"Before cover (homepage)" => [
|
||||
0 => "カバー画像の前 (ホームページ)",
|
||||
"homepage" => [
|
||||
0 => "ホームページ",
|
||||
],
|
||||
"After cover (homepage)" => [
|
||||
0 => "カバー画像の後 (ホームページ)",
|
||||
"After call to action (%s)" => [
|
||||
0 => "アクション呼び出し後 (%s)",
|
||||
],
|
||||
"After listing (homepage)" => [
|
||||
0 => "リストの後 (ホームページ)",
|
||||
"After cover (%s)" => [
|
||||
0 => "カバーの後 (%s)",
|
||||
],
|
||||
"Before pagination" => [
|
||||
0 => "ページネーションの前",
|
||||
|
@ -696,6 +726,9 @@ $translation_table = [
|
|||
"Can't map %m to an existing route (%r)" => [
|
||||
0 => "既にあるルート (%r) と %m は紐付けできません。",
|
||||
],
|
||||
"Can't map %m to %r (username collision)" => [
|
||||
0 => "マップを作成できません。 %m%r (ユーザ名の不一致により)",
|
||||
],
|
||||
"Invalid SMTP server" => [
|
||||
0 => "有効なSMTPサーバーではありません。",
|
||||
],
|
||||
|
@ -726,9 +759,6 @@ $translation_table = [
|
|||
"About" => [
|
||||
0 => "詳細",
|
||||
],
|
||||
"Embed codes" => [
|
||||
0 => "埋め込みコード",
|
||||
],
|
||||
"Image ID" => [
|
||||
0 => "画像ID",
|
||||
],
|
||||
|
@ -1203,9 +1233,6 @@ $translation_table = [
|
|||
"album" => [
|
||||
0 => "アルバム",
|
||||
],
|
||||
"Links" => [
|
||||
0 => "リンク",
|
||||
],
|
||||
"Viewer links" => [
|
||||
0 => "閲覧用リンク",
|
||||
],
|
||||
|
@ -1485,12 +1512,6 @@ $translation_table = [
|
|||
"Load more" => [
|
||||
0 => "さらに表示",
|
||||
],
|
||||
"Previous" => [
|
||||
0 => "前へ",
|
||||
],
|
||||
"Next" => [
|
||||
0 => "次へ",
|
||||
],
|
||||
"Select all" => [
|
||||
0 => "全て選択",
|
||||
],
|
||||
|
@ -1713,6 +1734,12 @@ $translation_table = [
|
|||
"This setting is always diabled when using personal website mode." => [
|
||||
0 => "この設定は個人Webサイトモードを利用している時は常に無効です。",
|
||||
],
|
||||
"documentation" => [
|
||||
0 => "ドキュメント",
|
||||
],
|
||||
"Learn more about %s at our %d." => [
|
||||
0 => "%sについての詳細は、 %dから。",
|
||||
],
|
||||
"Add category" => [
|
||||
0 => "カテゴリの追加",
|
||||
],
|
||||
|
@ -1890,9 +1917,15 @@ $translation_table = [
|
|||
"Page sort order display for menus and listings. Use \"1\" for top priority." => [
|
||||
0 => "ページの並び順をメニューやリスティングに表示するために、プライオリティに1を使用してください。",
|
||||
],
|
||||
"pages" => [
|
||||
0 => "ページ",
|
||||
],
|
||||
"Do you really want to delete the page ID %s? This can't be undone." => [
|
||||
0 => "ページID %s を本当に削除しますか?削除すると元に戻せません。",
|
||||
],
|
||||
"Unchecked image formats won't be allowed to be uploaded." => [
|
||||
0 => "未確認の画像フォーマットでは、アップロードが行えません。",
|
||||
],
|
||||
"Enable uploads" => [
|
||||
0 => "アップロード",
|
||||
],
|
||||
|
@ -1905,6 +1938,9 @@ $translation_table = [
|
|||
"Enable this if you want to allow non registered users to upload." => [
|
||||
0 => "未登録ユーザのアップロードを許可するときに有効にしてください。",
|
||||
],
|
||||
"Number of simultaneous upload threads (parallel uploads)" => [
|
||||
0 => "同時アップロードのスレッド数(平行して動じにアップロード)",
|
||||
],
|
||||
"Redirect on single upload" => [
|
||||
0 => "ファイル毎のアップロードへリダイレクト",
|
||||
],
|
||||
|
@ -2262,6 +2298,9 @@ $translation_table = [
|
|||
"Desktop" => [
|
||||
0 => "デスクトップ",
|
||||
],
|
||||
"theme editing" => [
|
||||
0 => "テーマ編集",
|
||||
],
|
||||
"Put your themes in the %s folder" => [
|
||||
0 => "テーマは%sフォルダへ入れて下さい。",
|
||||
],
|
||||
|
@ -2484,8 +2523,20 @@ $translation_table = [
|
|||
"Comma-separated list of target user IDs to show images on homepage. Leave it empty to display all recent images." => [
|
||||
0 => "ホームページに表示したい画像のユーザーIDをコンマで区切って入力してください。空白の情愛で全ての最近の画像を表示します。",
|
||||
],
|
||||
"Here you can set the codes for the predefined ad spaces." => [
|
||||
0 => "広告スペースを事前に定義するためのコードをここへセットします。",
|
||||
"banners" => [
|
||||
0 => "広告バナー",
|
||||
],
|
||||
"Automatic updates check" => [
|
||||
0 => "アップデートを自動でチェック",
|
||||
],
|
||||
"When enabled the system will automatically check for new updates." => [
|
||||
0 => "システムが自動でアップデートをチェックします。",
|
||||
],
|
||||
"Display available updates notification" => [
|
||||
0 => "アップデートの通知を有効化",
|
||||
],
|
||||
"Enable this to show a notice on top warning you about new available system updates." => [
|
||||
0 => "システムアップデートがリリースされた場合に歳重用通知として表示を有効化",
|
||||
],
|
||||
"Minify code" => [
|
||||
0 => "コードを圧縮",
|
||||
|
@ -2499,12 +2550,6 @@ $translation_table = [
|
|||
"When enabled the website will show a maintenance message. This setting doesn't affect administrators." => [
|
||||
0 => "有効にされている場合、メンテナンスモードと表示されます。この設定は管理者には影響しません。",
|
||||
],
|
||||
"Display available updates notification" => [
|
||||
0 => "アップデートの通知を有効化",
|
||||
],
|
||||
"Enable this to show a notice on top warning you about new available system updates." => [
|
||||
0 => "システムアップデートがリリースされた場合に歳重用通知として表示を有効化",
|
||||
],
|
||||
"Crypt salt" => [
|
||||
0 => "暗号化のためのキー",
|
||||
],
|
||||
|
@ -2535,9 +2580,6 @@ $translation_table = [
|
|||
"To configure the debug level check the <a %s>debug documentation</a>. Default level is \"Error log\" (1)." => [
|
||||
0 => "デバッグレベルの設定は <a %s>debug documentation</a>を確認してください。 ディフォルトは \"Error log\" (1)です。",
|
||||
],
|
||||
"documentation" => [
|
||||
0 => "ドキュメント",
|
||||
],
|
||||
"Routing allows you to customize default route binds on the fly. Only alphanumeric, hyphen and underscore characters are allowed. Check out our %s if you want to override or add new routes." => [
|
||||
0 => "ルーティングは、既定のルートに直ちに反映されます。英数字、ハイフン、アンダースコアのみ有効です。ルートの新規追加、更新は、%sを確認してください。",
|
||||
],
|
||||
|
@ -2550,6 +2592,12 @@ $translation_table = [
|
|||
"Album routing" => [
|
||||
0 => "アルバムへのルーティング",
|
||||
],
|
||||
"Custom language strings" => [
|
||||
0 => "個別の言語文字列",
|
||||
],
|
||||
"language strings" => [
|
||||
0 => "言語",
|
||||
],
|
||||
"Default language" => [
|
||||
0 => "既定の言語",
|
||||
],
|
||||
|
@ -2637,6 +2685,9 @@ $translation_table = [
|
|||
"Use this to test how your emails are being delivered. We recommend you to use %s." => [
|
||||
0 => "メールアドレスにどのように送信されるかをテストする場合にこちらを利用してください。%sを使用することをお勧めします。",
|
||||
],
|
||||
"social networks" => [
|
||||
0 => "ソーシャル・ネットワーク",
|
||||
],
|
||||
"You need a <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> for this." => [
|
||||
0 => "この機能を使用するためには、<a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebookアプリ</a>が必要です。",
|
||||
],
|
||||
|
@ -2676,9 +2727,6 @@ $translation_table = [
|
|||
"VK client secret" => [
|
||||
0 => "VKクライアントシークレットキー",
|
||||
],
|
||||
"CDN allows you to offload static content to several edge servers making your website faster. If you don't have a CDN provider you should try %s." => [
|
||||
0 => "CDNは、静的コンテンツを複数のサーバへ保存するため、あなたのサイトの表示が格段に速くなります。CDN提供会社をご存じない場合、%sをお試し下さい。",
|
||||
],
|
||||
"You need a <a href=\"%s\" target=\"_blank\">reCAPTCHA key</a> for this." => [
|
||||
0 => "画像認証を使用するためには、<a href=\"%s\" target=\"_blank\">reCAPTCHA キー</a>が必要です。",
|
||||
],
|
||||
|
|
140
app/content/languages/cache/ru.po.cache.php
vendored
140
app/content/languages/cache/ru.po.cache.php
vendored
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
$translation_header = array (
|
||||
'Project-Id-Version' => 'VERSION',
|
||||
'POT-Creation-Date' => '2016-07-15 17:52+0000',
|
||||
'PO-Revision-Date' => '2016-07-15 17:52+0000',
|
||||
'POT-Creation-Date' => '2016-10-17 20:52+0000',
|
||||
'PO-Revision-Date' => '2016-10-17 20:52+0000',
|
||||
'Last-Translator' => 'FULL NAME <EMAIL@ADDRESS>',
|
||||
'Language-Team' => 'LANGUAGE TEAM <EMAIL@ADDRESS>',
|
||||
'Language' => 'ru',
|
||||
|
@ -100,7 +100,7 @@ $translation_table = [
|
|||
0 => "Внимание: Это скрытое содержимое. Чтобы поделиться им, измените настройки видимости на \"Публичное\".",
|
||||
],
|
||||
"After %n %t" => [
|
||||
0 => "После %n %t",
|
||||
0 => "Через %n %t",
|
||||
],
|
||||
"Don't autodelete" => [
|
||||
0 => "Никогда не удалять",
|
||||
|
@ -272,6 +272,15 @@ $translation_table = [
|
|||
"That page doesn't exist" => [
|
||||
0 => "Эта страница не существует",
|
||||
],
|
||||
"Most recent" => [
|
||||
0 => "Новые",
|
||||
],
|
||||
"Oldest" => [
|
||||
0 => "Старые",
|
||||
],
|
||||
"Albums" => [
|
||||
0 => "Альбомы",
|
||||
],
|
||||
"Forgot password?" => [
|
||||
0 => "Забыли пароль?",
|
||||
],
|
||||
|
@ -329,12 +338,6 @@ $translation_table = [
|
|||
"Password required" => [
|
||||
0 => "Требуется указать пароль",
|
||||
],
|
||||
"Most recent" => [
|
||||
0 => "Новые",
|
||||
],
|
||||
"Oldest" => [
|
||||
0 => "Старые",
|
||||
],
|
||||
"Most viewed" => [
|
||||
0 => "Популярные",
|
||||
],
|
||||
|
@ -344,6 +347,9 @@ $translation_table = [
|
|||
"Share" => [
|
||||
0 => "Поделиться",
|
||||
],
|
||||
"Embed codes" => [
|
||||
0 => "Коды для встраивания",
|
||||
],
|
||||
"Full info" => [
|
||||
0 => "Подробная информация",
|
||||
],
|
||||
|
@ -356,9 +362,6 @@ $translation_table = [
|
|||
"Images" => [
|
||||
0 => "Изображения",
|
||||
],
|
||||
"Albums" => [
|
||||
0 => "Альбомы",
|
||||
],
|
||||
"Users" => [
|
||||
0 => "Пользователи",
|
||||
],
|
||||
|
@ -374,6 +377,12 @@ $translation_table = [
|
|||
"check for updates" => [
|
||||
0 => "проверить обновления",
|
||||
],
|
||||
"Chevereto support" => [
|
||||
0 => "Тех поддержка Chevereto",
|
||||
],
|
||||
"Need help? Go to %s and you will get help quickly." => [
|
||||
0 => "Нужна помощь? Посетите %s и мы быстро поможем вам.",
|
||||
],
|
||||
"PHP version" => [
|
||||
0 => "Версия PHP",
|
||||
],
|
||||
|
@ -415,6 +424,24 @@ $translation_table = [
|
|||
"Memory limit" => [
|
||||
0 => "Ограничение памяти",
|
||||
],
|
||||
"Links" => [
|
||||
0 => "Ссылки",
|
||||
],
|
||||
"Documentation" => [
|
||||
0 => "Документация",
|
||||
],
|
||||
"Changelog" => [
|
||||
0 => "Список изменений",
|
||||
],
|
||||
"Request new features" => [
|
||||
0 => "Запрос на новые функции",
|
||||
],
|
||||
"Bug tracking" => [
|
||||
0 => "Баг трекер",
|
||||
],
|
||||
"Blog" => [
|
||||
0 => "Блог",
|
||||
],
|
||||
"Website" => [
|
||||
0 => "Сайт",
|
||||
],
|
||||
|
@ -508,14 +535,20 @@ $translation_table = [
|
|||
"The page has been deleted." => [
|
||||
0 => "Страница удалена.",
|
||||
],
|
||||
"Before cover (homepage)" => [
|
||||
0 => "До обложки (на главной)",
|
||||
"homepage" => [
|
||||
0 => "главная страница",
|
||||
],
|
||||
"After cover (homepage)" => [
|
||||
0 => "После обложки (на главной)",
|
||||
"Before main title (%s)" => [
|
||||
0 => "Перед главным заголовком (%s)",
|
||||
],
|
||||
"After listing (homepage)" => [
|
||||
0 => "После списка изображений (на главной)",
|
||||
"After call to action (%s)" => [
|
||||
0 => "После кнопки призыва к действию (%s)",
|
||||
],
|
||||
"After cover (%s)" => [
|
||||
0 => "После обложки (%s)",
|
||||
],
|
||||
"After listing (%s)" => [
|
||||
0 => "После списка изображений (%s)",
|
||||
],
|
||||
"Before pagination" => [
|
||||
0 => "Перед разделителем страниц",
|
||||
|
@ -754,9 +787,6 @@ $translation_table = [
|
|||
"About" => [
|
||||
0 => "Информация",
|
||||
],
|
||||
"Embed codes" => [
|
||||
0 => "Коды для встраивания",
|
||||
],
|
||||
"Image ID" => [
|
||||
0 => "ID изображения",
|
||||
],
|
||||
|
@ -1233,9 +1263,6 @@ $translation_table = [
|
|||
1 => "альбома",
|
||||
2 => "альбомов",
|
||||
],
|
||||
"Links" => [
|
||||
0 => "Ссылки",
|
||||
],
|
||||
"Viewer links" => [
|
||||
0 => "Ссылки на просмотр",
|
||||
],
|
||||
|
@ -1517,12 +1544,6 @@ $translation_table = [
|
|||
"Load more" => [
|
||||
0 => "Загрузить ещё",
|
||||
],
|
||||
"Previous" => [
|
||||
0 => "Предыдущая",
|
||||
],
|
||||
"Next" => [
|
||||
0 => "Следующая",
|
||||
],
|
||||
"Select all" => [
|
||||
0 => "Выделить все",
|
||||
],
|
||||
|
@ -1749,6 +1770,12 @@ $translation_table = [
|
|||
"This setting is always diabled when using personal website mode." => [
|
||||
0 => "Данная настройка всегда выключена, если вы используете персональный режим.",
|
||||
],
|
||||
"documentation" => [
|
||||
0 => "документацию",
|
||||
],
|
||||
"Learn more about %s at our %d." => [
|
||||
0 => "Узнайте больше о %s на %d.",
|
||||
],
|
||||
"Add category" => [
|
||||
0 => "Добавить категорию",
|
||||
],
|
||||
|
@ -1926,9 +1953,15 @@ $translation_table = [
|
|||
"Page sort order display for menus and listings. Use \"1\" for top priority." => [
|
||||
0 => "Порядок отображения в меню и списках. Используйте \"1\" как вершину списка.",
|
||||
],
|
||||
"pages" => [
|
||||
0 => "страницы",
|
||||
],
|
||||
"Do you really want to delete the page ID %s? This can't be undone." => [
|
||||
0 => "Вы действительно хотите удалить страницу с ID %s? Это действие необратимо.",
|
||||
],
|
||||
"Unchecked image formats won't be allowed to be uploaded." => [
|
||||
0 => "Только отмеченные форматы будут доступны для загрузки.",
|
||||
],
|
||||
"Enable uploads" => [
|
||||
0 => "Включить загрузку",
|
||||
],
|
||||
|
@ -1941,6 +1974,9 @@ $translation_table = [
|
|||
"Enable this if you want to allow non registered users to upload." => [
|
||||
0 => "Включите, если хотите позволить загружать изображения незарегистрированным пользователям.",
|
||||
],
|
||||
"Number of simultaneous upload threads (parallel uploads)" => [
|
||||
0 => "Количество одновременных (параллельных) загрузок",
|
||||
],
|
||||
"Redirect on single upload" => [
|
||||
0 => "Переадресация при одиночной загрузке",
|
||||
],
|
||||
|
@ -2298,6 +2334,9 @@ $translation_table = [
|
|||
"Desktop" => [
|
||||
0 => "ПК",
|
||||
],
|
||||
"theme editing" => [
|
||||
0 => "редактирование темы",
|
||||
],
|
||||
"Put your themes in the %s folder" => [
|
||||
0 => "Поместите свои темы в папку %s",
|
||||
],
|
||||
|
@ -2428,13 +2467,13 @@ $translation_table = [
|
|||
0 => "Включите, чтобы дать пользователям возможность указывать безопасность изображения при загрузке.",
|
||||
],
|
||||
"Custom CSS code" => [
|
||||
0 => "Собственный CSS",
|
||||
0 => "Дополнительный CSS",
|
||||
],
|
||||
"Put your custom CSS code here. It will be placed as <style> just before the closing </head> tag." => [
|
||||
0 => "Вставьте сюда ваш собственный CSS код. Он будет вставлен с помощью тега <style> перед закрывающим тегом </head>.",
|
||||
],
|
||||
"Custom JS code" => [
|
||||
0 => "Собственный JS",
|
||||
0 => "Дополнительный JS",
|
||||
],
|
||||
"Put your custom JS code here. It will be placed as <script> just before the closing </head> tag." => [
|
||||
0 => "Вставьте сюда ваш собственный JS код. Он будет вставлен с помощью тега <script> перед закрывающим тегом </head>.",
|
||||
|
@ -2520,8 +2559,20 @@ $translation_table = [
|
|||
"Comma-separated list of target user IDs to show images on homepage. Leave it empty to display all recent images." => [
|
||||
0 => "Список числовых идентификаторов пользователей (через запятую), изображения которых, будут показываться на главной странице. Оставьте поле пустым, чтобы показывать все новые изображения.",
|
||||
],
|
||||
"Here you can set the codes for the predefined ad spaces." => [
|
||||
0 => "Здесь вы можете ввести коды для заданных мест размещения рекламы.",
|
||||
"banners" => [
|
||||
0 => "баннеры",
|
||||
],
|
||||
"Automatic updates check" => [
|
||||
0 => "Автоматическая проверка обновлений",
|
||||
],
|
||||
"When enabled the system will automatically check for new updates." => [
|
||||
0 => "Если включить данную настройку то система будет автоматически проверять обновления",
|
||||
],
|
||||
"Display available updates notification" => [
|
||||
0 => "Показывать уведомление об обновлении",
|
||||
],
|
||||
"Enable this to show a notice on top warning you about new available system updates." => [
|
||||
0 => "Включите, чтобы показывать уведомления об обновлении в верхней части экрана.",
|
||||
],
|
||||
"Minify code" => [
|
||||
0 => "Сжимать код",
|
||||
|
@ -2535,12 +2586,6 @@ $translation_table = [
|
|||
"When enabled the website will show a maintenance message. This setting doesn't affect administrators." => [
|
||||
0 => "При включении, отображает на сайте сообщение о техническом обслуживании. Эта настройка не влияет на администраторов.",
|
||||
],
|
||||
"Display available updates notification" => [
|
||||
0 => "Показывать уведомление об обновлении",
|
||||
],
|
||||
"Enable this to show a notice on top warning you about new available system updates." => [
|
||||
0 => "Включите, чтобы показывать уведомления об обновлении в верхней части экрана.",
|
||||
],
|
||||
"Crypt salt" => [
|
||||
0 => "Криптографическая соль",
|
||||
],
|
||||
|
@ -2571,9 +2616,6 @@ $translation_table = [
|
|||
"To configure the debug level check the <a %s>debug documentation</a>. Default level is \"Error log\" (1)." => [
|
||||
0 => "Подробнее об уровнях отладки можно узнать в <a %s>документации</a>. Значение по-умолчанию: \"Записывать в журнал\" (1).",
|
||||
],
|
||||
"documentation" => [
|
||||
0 => "документацию",
|
||||
],
|
||||
"Routing allows you to customize default route binds on the fly. Only alphanumeric, hyphen and underscore characters are allowed. Check out our %s if you want to override or add new routes." => [
|
||||
0 => "Маршрутизация позволяет изменять адреса ресурсов. В качестве имени маршрута можно использовать только цифры, латинские буквы, дефис и нижнее подчеркивание. Посмотрите нашу %s если вы хотите изменить маршрут или добавить новый.",
|
||||
],
|
||||
|
@ -2586,6 +2628,12 @@ $translation_table = [
|
|||
"Album routing" => [
|
||||
0 => "Маршрутизация альбомов",
|
||||
],
|
||||
"Custom language strings" => [
|
||||
0 => "Дополнительные строки перевода",
|
||||
],
|
||||
"language strings" => [
|
||||
0 => "строки перевода",
|
||||
],
|
||||
"Default language" => [
|
||||
0 => "Язык по-умолчанию",
|
||||
],
|
||||
|
@ -2673,6 +2721,9 @@ $translation_table = [
|
|||
"Use this to test how your emails are being delivered. We recommend you to use %s." => [
|
||||
0 => "Используйте эту форму для проверки доставки сообщений. Мы рекомендуем Вам использовать %s.",
|
||||
],
|
||||
"social networks" => [
|
||||
0 => "социальные сети",
|
||||
],
|
||||
"You need a <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> for this." => [
|
||||
0 => "Для этого вам необходимы <a href=\"https://developers.facebook.com/\" target=\"_blank\">инструменты разработчика Facebook</a>.",
|
||||
],
|
||||
|
@ -2712,9 +2763,6 @@ $translation_table = [
|
|||
"VK client secret" => [
|
||||
0 => "Секретный ключ клиента ВКонтакте",
|
||||
],
|
||||
"CDN allows you to offload static content to several edge servers making your website faster. If you don't have a CDN provider you should try %s." => [
|
||||
0 => "CDN позволяет увеличить скорость работы сайта и снизить нагрузку на сервер путем переноса статичного содержимого на несколько переферейных серверов. Если вы еще не используете CDN, попробуйте %s.",
|
||||
],
|
||||
"You need a <a href=\"%s\" target=\"_blank\">reCAPTCHA key</a> for this." => [
|
||||
0 => "Для этого вам необходим <a href=\"%s\" target=\"_blank\">ключ reCAPTCHA</a>.",
|
||||
],
|
||||
|
|
1885
app/content/languages/cache/vi.po.cache.php
vendored
Normal file
1885
app/content/languages/cache/vi.po.cache.php
vendored
Normal file
File diff suppressed because it is too large
Load diff
142
app/content/languages/cache/zh_CN.po.cache.php
vendored
142
app/content/languages/cache/zh_CN.po.cache.php
vendored
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
$translation_header = array (
|
||||
'Project-Id-Version' => 'VERSION',
|
||||
'POT-Creation-Date' => '2016-08-14 03:30+0000',
|
||||
'PO-Revision-Date' => '2016-08-14 03:30+0000',
|
||||
'POT-Creation-Date' => '2016-10-17 20:52+0000',
|
||||
'PO-Revision-Date' => '2016-10-17 20:52+0000',
|
||||
'Last-Translator' => 'FULL NAME <EMAIL@ADDRESS>',
|
||||
'Language-Team' => 'LANGUAGE TEAM <EMAIL@ADDRESS>',
|
||||
'Language' => 'zh_CN',
|
||||
|
@ -91,7 +91,7 @@ $translation_table = [
|
|||
0 => "%s 的图片",
|
||||
],
|
||||
"Note: This content is private but anyone with the link will be able to see this." => [
|
||||
0 => "注: 此内容是加密的, 但任何人通过链接将能够看到它.",
|
||||
0 => "注: 此内容是私密的, 但任何人通过链接将能够看到它.",
|
||||
],
|
||||
"Note: This content is password protected. Remember to pass the content password to share." => [
|
||||
0 => "注意: 此内容已使用密码保护. 请通过密码来共享使用.",
|
||||
|
@ -252,6 +252,15 @@ $translation_table = [
|
|||
"That page doesn't exist" => [
|
||||
0 => "该页面不存在",
|
||||
],
|
||||
"Most recent" => [
|
||||
0 => "最新的",
|
||||
],
|
||||
"Oldest" => [
|
||||
0 => "最旧的",
|
||||
],
|
||||
"Albums" => [
|
||||
0 => "相册",
|
||||
],
|
||||
"Forgot password?" => [
|
||||
0 => "忘记密码?",
|
||||
],
|
||||
|
@ -309,12 +318,6 @@ $translation_table = [
|
|||
"Password required" => [
|
||||
0 => "需要密码",
|
||||
],
|
||||
"Most recent" => [
|
||||
0 => "最新的",
|
||||
],
|
||||
"Oldest" => [
|
||||
0 => "最旧的",
|
||||
],
|
||||
"Most viewed" => [
|
||||
0 => "最热门的",
|
||||
],
|
||||
|
@ -324,6 +327,9 @@ $translation_table = [
|
|||
"Share" => [
|
||||
0 => "分享",
|
||||
],
|
||||
"Embed codes" => [
|
||||
0 => "嵌入代码",
|
||||
],
|
||||
"Full info" => [
|
||||
0 => "详细信息",
|
||||
],
|
||||
|
@ -336,9 +342,6 @@ $translation_table = [
|
|||
"Images" => [
|
||||
0 => "图片",
|
||||
],
|
||||
"Albums" => [
|
||||
0 => "相册",
|
||||
],
|
||||
"Users" => [
|
||||
0 => "用户",
|
||||
],
|
||||
|
@ -354,6 +357,12 @@ $translation_table = [
|
|||
"check for updates" => [
|
||||
0 => "检查更新",
|
||||
],
|
||||
"Chevereto support" => [
|
||||
0 => "Chevereto支持",
|
||||
],
|
||||
"Need help? Go to %s and you will get help quickly." => [
|
||||
0 => "需要帮助? 转到%s, 您将快速获得帮助.",
|
||||
],
|
||||
"PHP version" => [
|
||||
0 => "PHP版本",
|
||||
],
|
||||
|
@ -393,6 +402,24 @@ $translation_table = [
|
|||
"Memory limit" => [
|
||||
0 => "内存限制",
|
||||
],
|
||||
"Links" => [
|
||||
0 => "链接",
|
||||
],
|
||||
"Documentation" => [
|
||||
0 => "文档",
|
||||
],
|
||||
"Changelog" => [
|
||||
0 => "更新日志",
|
||||
],
|
||||
"Request new features" => [
|
||||
0 => "请求新功能",
|
||||
],
|
||||
"Bug tracking" => [
|
||||
0 => "错误跟踪",
|
||||
],
|
||||
"Blog" => [
|
||||
0 => "博客",
|
||||
],
|
||||
"Website" => [
|
||||
0 => "网站",
|
||||
],
|
||||
|
@ -486,14 +513,20 @@ $translation_table = [
|
|||
"The page has been deleted." => [
|
||||
0 => "该页面已被删除.",
|
||||
],
|
||||
"Before cover (homepage)" => [
|
||||
0 => "页头(主页)",
|
||||
"homepage" => [
|
||||
0 => "主页",
|
||||
],
|
||||
"After cover (homepage)" => [
|
||||
0 => "页尾(主页)",
|
||||
"Before main title (%s)" => [
|
||||
0 => "之前的主标题(%s)",
|
||||
],
|
||||
"After listing (homepage)" => [
|
||||
0 => "列表(主页)",
|
||||
"After call to action (%s)" => [
|
||||
0 => "呼吁行动后(%s)",
|
||||
],
|
||||
"After cover (%s)" => [
|
||||
0 => "封面后(%s)",
|
||||
],
|
||||
"After listing (%s)" => [
|
||||
0 => "上市后(%s)",
|
||||
],
|
||||
"Before pagination" => [
|
||||
0 => "分页前",
|
||||
|
@ -732,9 +765,6 @@ $translation_table = [
|
|||
"About" => [
|
||||
0 => "关于",
|
||||
],
|
||||
"Embed codes" => [
|
||||
0 => "嵌入代码",
|
||||
],
|
||||
"Image ID" => [
|
||||
0 => "图片ID",
|
||||
],
|
||||
|
@ -1209,9 +1239,6 @@ $translation_table = [
|
|||
"album" => [
|
||||
0 => "相册",
|
||||
],
|
||||
"Links" => [
|
||||
0 => "链接",
|
||||
],
|
||||
"Viewer links" => [
|
||||
0 => "查看链接",
|
||||
],
|
||||
|
@ -1393,13 +1420,13 @@ $translation_table = [
|
|||
0 => "储存桶",
|
||||
],
|
||||
"Key" => [
|
||||
0 => "钥匙",
|
||||
0 => "访问密钥 ID",
|
||||
],
|
||||
"Storage key" => [
|
||||
0 => "储存钥匙",
|
||||
],
|
||||
"Secret" => [
|
||||
0 => "秘密",
|
||||
0 => "私有访问密钥",
|
||||
],
|
||||
"Storage secret" => [
|
||||
0 => "存储秘密",
|
||||
|
@ -1414,7 +1441,7 @@ $translation_table = [
|
|||
0 => "您需要一个 <a %s>服务帐户</a> .",
|
||||
],
|
||||
"Private key" => [
|
||||
0 => "Private key",
|
||||
0 => "密钥",
|
||||
],
|
||||
"Google Cloud JSON key" => [
|
||||
0 => "Google Cloud JSON key",
|
||||
|
@ -1491,12 +1518,6 @@ $translation_table = [
|
|||
"Load more" => [
|
||||
0 => "载入更多",
|
||||
],
|
||||
"Previous" => [
|
||||
0 => "上一页",
|
||||
],
|
||||
"Next" => [
|
||||
0 => "下一页",
|
||||
],
|
||||
"Select all" => [
|
||||
0 => "选择所有",
|
||||
],
|
||||
|
@ -1719,6 +1740,12 @@ $translation_table = [
|
|||
"This setting is always diabled when using personal website mode." => [
|
||||
0 => "开启个人网站模式时, 该设置始终禁用.",
|
||||
],
|
||||
"documentation" => [
|
||||
0 => "文档",
|
||||
],
|
||||
"Learn more about %s at our %d." => [
|
||||
0 => "在 %d 处了解 %s 的详情.",
|
||||
],
|
||||
"Add category" => [
|
||||
0 => "添加类别",
|
||||
],
|
||||
|
@ -1896,9 +1923,15 @@ $translation_table = [
|
|||
"Page sort order display for menus and listings. Use \"1\" for top priority." => [
|
||||
0 => "菜单和列表页面排序顺序显示. 使用\"1\"为最优先的.",
|
||||
],
|
||||
"pages" => [
|
||||
0 => "页面",
|
||||
],
|
||||
"Do you really want to delete the page ID %s? This can't be undone." => [
|
||||
0 => "你真的要删除的页面ID %s? 这将不能撤消.",
|
||||
],
|
||||
"Unchecked image formats won't be allowed to be uploaded." => [
|
||||
0 => "不允许上传未经检查的图片格式.",
|
||||
],
|
||||
"Enable uploads" => [
|
||||
0 => "启动上传",
|
||||
],
|
||||
|
@ -1911,6 +1944,9 @@ $translation_table = [
|
|||
"Enable this if you want to allow non registered users to upload." => [
|
||||
0 => "启用它则允许非注册用户上传",
|
||||
],
|
||||
"Number of simultaneous upload threads (parallel uploads)" => [
|
||||
0 => "同时上传的线程数(并行上传)",
|
||||
],
|
||||
"Redirect on single upload" => [
|
||||
0 => "单张图片上传跳转",
|
||||
],
|
||||
|
@ -2268,6 +2304,9 @@ $translation_table = [
|
|||
"Desktop" => [
|
||||
0 => "桌面台式电脑",
|
||||
],
|
||||
"theme editing" => [
|
||||
0 => "主题编辑",
|
||||
],
|
||||
"Put your themes in the %s folder" => [
|
||||
0 => "把你的主题上传到 %s 文件夹",
|
||||
],
|
||||
|
@ -2490,8 +2529,20 @@ $translation_table = [
|
|||
"Comma-separated list of target user IDs to show images on homepage. Leave it empty to display all recent images." => [
|
||||
0 => "在网站主页显示指定多个用户的最新图片, 请用逗号分隔开. 留空则显示全站最新图片(不含隐私图片).",
|
||||
],
|
||||
"Here you can set the codes for the predefined ad spaces." => [
|
||||
0 => "在这里, 您可以设置为默认的广告代码.",
|
||||
"banners" => [
|
||||
0 => "横幅",
|
||||
],
|
||||
"Automatic updates check" => [
|
||||
0 => "自动更新检查",
|
||||
],
|
||||
"When enabled the system will automatically check for new updates." => [
|
||||
0 => "启用时, 系统将自动检查新更新.",
|
||||
],
|
||||
"Display available updates notification" => [
|
||||
0 => "显示可用的更新通知",
|
||||
],
|
||||
"Enable this to show a notice on top warning you about new available system updates." => [
|
||||
0 => "启用此则显示一个通知, 提示你关于新的可用系统更新.",
|
||||
],
|
||||
"Minify code" => [
|
||||
0 => "优化代码",
|
||||
|
@ -2505,12 +2556,6 @@ $translation_table = [
|
|||
"When enabled the website will show a maintenance message. This setting doesn't affect administrators." => [
|
||||
0 => "当启用该设置网站将重定向到维修页面. 此设置不影响管理员。",
|
||||
],
|
||||
"Display available updates notification" => [
|
||||
0 => "显示可用的更新通知",
|
||||
],
|
||||
"Enable this to show a notice on top warning you about new available system updates." => [
|
||||
0 => "启用此则显示一个通知, 提示你关于新的可用系统更新.",
|
||||
],
|
||||
"Crypt salt" => [
|
||||
0 => "Crypt salt 特殊码",
|
||||
],
|
||||
|
@ -2541,9 +2586,6 @@ $translation_table = [
|
|||
"To configure the debug level check the <a %s>debug documentation</a>. Default level is \"Error log\" (1)." => [
|
||||
0 => "要配置调试级别请查看<a %s>调试文档</a>. 默认级别为\"错误日志\"(1).",
|
||||
],
|
||||
"documentation" => [
|
||||
0 => "文档",
|
||||
],
|
||||
"Routing allows you to customize default route binds on the fly. Only alphanumeric, hyphen and underscore characters are allowed. Check out our %s if you want to override or add new routes." => [
|
||||
0 => "路径允许您自定义默认路径. 只允许字母, 连字符和下划线字符. 如果你想覆盖或添加新的路线请看我们的 %s.",
|
||||
],
|
||||
|
@ -2556,6 +2598,12 @@ $translation_table = [
|
|||
"Album routing" => [
|
||||
0 => "相册路径",
|
||||
],
|
||||
"Custom language strings" => [
|
||||
0 => "自定义语言字符串",
|
||||
],
|
||||
"language strings" => [
|
||||
0 => "语言字符串",
|
||||
],
|
||||
"Default language" => [
|
||||
0 => "默认语言",
|
||||
],
|
||||
|
@ -2643,6 +2691,9 @@ $translation_table = [
|
|||
"Use this to test how your emails are being delivered. We recommend you to use %s." => [
|
||||
0 => "使用此来测试你的电子邮件是否已发送. 我们建议您使用 %s.",
|
||||
],
|
||||
"social networks" => [
|
||||
0 => "社交网络",
|
||||
],
|
||||
"You need a <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> for this." => [
|
||||
0 => "完成此您需要一个 <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> ",
|
||||
],
|
||||
|
@ -2682,9 +2733,6 @@ $translation_table = [
|
|||
"VK client secret" => [
|
||||
0 => "VK client secret",
|
||||
],
|
||||
"CDN allows you to offload static content to several edge servers making your website faster. If you don't have a CDN provider you should try %s." => [
|
||||
0 => "CDN允许你卸载静态内容的几个边缘服务器,使您的网站的速度。如果你没有一个CDN提供商你应该试试 %s.",
|
||||
],
|
||||
"You need a <a href=\"%s\" target=\"_blank\">reCAPTCHA key</a> for this." => [
|
||||
0 => "您需要一个 <a href=\"%s\" target=\"_blank\">验证码Key</a> 来完成此项设置.",
|
||||
],
|
||||
|
|
940
app/content/languages/cache/zh_TW.po.cache.php
vendored
940
app/content/languages/cache/zh_TW.po.cache.php
vendored
File diff suppressed because it is too large
Load diff
|
@ -1,8 +1,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VERSION\n"
|
||||
"POT-Creation-Date: 2016-07-15 17:52+0000\n"
|
||||
"PO-Revision-Date: 2016-07-15 17:52+0000\n"
|
||||
"POT-Creation-Date: 2016-10-17 20:52+0000\n"
|
||||
"PO-Revision-Date: 2016-10-17 20:52+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE TEAM <EMAIL@ADDRESS>\n"
|
||||
"Language: cs\n"
|
||||
|
@ -157,6 +157,9 @@ msgstr "Poznámka: Tento obsah je chráněn heslem. Pokud jej hodláte sdílet,
|
|||
msgid "Note: This content is private. Change privacy to \"public\" to share."
|
||||
msgstr "Poznámka: Tento obsah je soukromý. Pro umožnění sdílení je potřeba změnit soukromí na \"veřejné\"."
|
||||
|
||||
msgid "After %n %t"
|
||||
msgstr "Po %n %t"
|
||||
|
||||
#: ../../../app/lib/classes/class.image.php:348
|
||||
msgid "Don't autodelete"
|
||||
msgstr "Automaticky nemazat"
|
||||
|
@ -343,6 +346,9 @@ msgstr "Systémová oznámení"
|
|||
msgid "Dashboard"
|
||||
msgstr "Administrace"
|
||||
|
||||
msgid "There is an update available for your system. Go to %s to download and install this update."
|
||||
msgstr "Je k dispozici nová aktualizace pro Váš systém. Klikněte na následující odkaz %s pro stažení a instalaci této aktualizace."
|
||||
|
||||
#: ../../../app/lib/functions.php:218
|
||||
#, php-format
|
||||
msgid "System database is outdated. You need to run the <a href=\"%s\">update</a> tool."
|
||||
|
@ -363,6 +369,9 @@ msgstr "Dosud jste nezměnili výchozí nastavení e-mailu. Pro změnu tohoto na
|
|||
msgid "The release notes for this update are:"
|
||||
msgstr "Poznámky k verzi této aktualizace:"
|
||||
|
||||
msgid "You can apply this update directly from your %a or download it from %s and then manually install it."
|
||||
msgstr "Tuto aktualizaci můžete nainstalovat automaticky přímo ze svého %a nebo si ji stáhnout z %s a nainstalovat manuálně."
|
||||
|
||||
msgid "Chevereto update available (v%s)"
|
||||
msgstr "Je k dispozici aktualizace Chevereta (v%s)"
|
||||
|
||||
|
@ -388,6 +397,36 @@ msgstr "Zobrazit všechny mé obrázky"
|
|||
msgid "That page doesn't exist"
|
||||
msgstr "Tato stránka neexistuje"
|
||||
|
||||
#: ../../../app/routes/route.album.php:80
|
||||
#: ../../../app/routes/route.category.php:48
|
||||
#: ../../../app/routes/route.dashboard.php:1105
|
||||
#: ../../../app/routes/route.dashboard.php:1142
|
||||
#: ../../../app/routes/route.dashboard.php:1171
|
||||
#: ../../../app/routes/route.explore.php:34
|
||||
#: ../../../app/routes/route.following.php:21
|
||||
#: ../../../app/routes/route.user.php:187
|
||||
#: ../../../app/routes/route.user.php:232
|
||||
#: ../../../app/routes/route.user.php:255
|
||||
#: ../../../app/themes/Peafowl/views/index.php:46
|
||||
msgid "Most recent"
|
||||
msgstr "Nejnovější"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:1113
|
||||
#: ../../../app/routes/route.dashboard.php:1150
|
||||
#: ../../../app/routes/route.dashboard.php:1179
|
||||
#: ../../../app/routes/route.user.php:238
|
||||
#: ../../../app/routes/route.user.php:261
|
||||
msgid "Oldest"
|
||||
msgstr "Nejstarší"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:40
|
||||
#: ../../../app/routes/route.search.php:92
|
||||
#: ../../../app/routes/route.user.php:90 ../../../app/routes/route.user.php:283
|
||||
#: ../../../app/themes/Peafowl/header.php:403
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:77
|
||||
msgid "Albums"
|
||||
msgstr "Alba"
|
||||
|
||||
#: ../../../app/routes/route.account.php:72
|
||||
#: ../../../app/themes/Peafowl/header.php:295
|
||||
#: ../../../app/themes/Peafowl/snippets/modal_login.php:24
|
||||
|
@ -506,28 +545,6 @@ msgstr "Aby jste mohli pokračovat, zkontrolujte chyby ve formuláři."
|
|||
msgid "Password required"
|
||||
msgstr "Je vyžadováno heslo"
|
||||
|
||||
#: ../../../app/routes/route.album.php:80
|
||||
#: ../../../app/routes/route.category.php:48
|
||||
#: ../../../app/routes/route.dashboard.php:1105
|
||||
#: ../../../app/routes/route.dashboard.php:1142
|
||||
#: ../../../app/routes/route.dashboard.php:1171
|
||||
#: ../../../app/routes/route.explore.php:34
|
||||
#: ../../../app/routes/route.following.php:21
|
||||
#: ../../../app/routes/route.user.php:187
|
||||
#: ../../../app/routes/route.user.php:232
|
||||
#: ../../../app/routes/route.user.php:255
|
||||
#: ../../../app/themes/Peafowl/views/index.php:46
|
||||
msgid "Most recent"
|
||||
msgstr "Nejnovější"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:1113
|
||||
#: ../../../app/routes/route.dashboard.php:1150
|
||||
#: ../../../app/routes/route.dashboard.php:1179
|
||||
#: ../../../app/routes/route.user.php:238
|
||||
#: ../../../app/routes/route.user.php:261
|
||||
msgid "Oldest"
|
||||
msgstr "Nejstarší"
|
||||
|
||||
#: ../../../app/routes/route.album.php:96
|
||||
#: ../../../app/routes/route.category.php:64
|
||||
#: ../../../app/routes/route.dashboard.php:1121
|
||||
|
@ -553,6 +570,12 @@ msgstr "Nejoblíbenější"
|
|||
msgid "Share"
|
||||
msgstr "Sdílet"
|
||||
|
||||
#: ../../../app/routes/route.image.php:127
|
||||
#: ../../../app/themes/Peafowl/snippets/anywhere_upload.php:99
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:110
|
||||
msgid "Embed codes"
|
||||
msgstr "Kódy pro vložení"
|
||||
|
||||
#: ../../../app/routes/route.album.php:124
|
||||
#: ../../../app/routes/route.image.php:134
|
||||
msgid "Full info"
|
||||
|
@ -573,14 +596,6 @@ msgstr "Statistiky"
|
|||
msgid "Images"
|
||||
msgstr "Obrázky"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:40
|
||||
#: ../../../app/routes/route.search.php:92
|
||||
#: ../../../app/routes/route.user.php:90 ../../../app/routes/route.user.php:283
|
||||
#: ../../../app/themes/Peafowl/header.php:403
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:77
|
||||
msgid "Albums"
|
||||
msgstr "Alba"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:41
|
||||
#: ../../../app/routes/route.dashboard.php:233
|
||||
#: ../../../app/routes/route.search.php:99
|
||||
|
@ -606,6 +621,9 @@ msgstr "Instalovat aktualizaci"
|
|||
msgid "check for updates"
|
||||
msgstr "Zkontrolovat aktualizace"
|
||||
|
||||
msgid "Chevereto support"
|
||||
msgstr "Chevereto podpora"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:169
|
||||
msgid "PHP version"
|
||||
msgstr "PHP verze"
|
||||
|
@ -745,6 +763,19 @@ msgstr[3] "%d sekundy"
|
|||
msgid "Memory limit"
|
||||
msgstr "Limit paměti (mem. limit)"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:6
|
||||
msgid "Links"
|
||||
msgstr "Odkazy"
|
||||
|
||||
msgid "Documentation"
|
||||
msgstr "Dokumentace"
|
||||
|
||||
msgid "Changelog"
|
||||
msgstr "Seznam změn"
|
||||
|
||||
msgid "Request new features"
|
||||
msgstr "Požádat o nové funkce"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:227
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:370
|
||||
msgid "Website"
|
||||
|
@ -880,18 +911,6 @@ msgstr "Stránka byla úspěšně přidána."
|
|||
msgid "The page has been deleted."
|
||||
msgstr "Stránka byla odstraněna."
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:376
|
||||
msgid "Before cover (homepage)"
|
||||
msgstr "Před coverem (titulka)."
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:379
|
||||
msgid "After cover (homepage)"
|
||||
msgstr "Za coverem (titulka)."
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:382
|
||||
msgid "After listing (homepage)"
|
||||
msgstr "Za výpisem (titulka)"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:390
|
||||
msgid "Before pagination"
|
||||
msgstr "Před stránkováním"
|
||||
|
@ -1201,12 +1220,6 @@ msgstr "Sledující"
|
|||
msgid "About"
|
||||
msgstr "O webu"
|
||||
|
||||
#: ../../../app/routes/route.image.php:127
|
||||
#: ../../../app/themes/Peafowl/snippets/anywhere_upload.php:99
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:110
|
||||
msgid "Embed codes"
|
||||
msgstr "Kódy pro vložení"
|
||||
|
||||
#: ../../../app/routes/route.image.php:144
|
||||
msgid "Image ID"
|
||||
msgstr "ID obrázku"
|
||||
|
@ -2015,10 +2028,6 @@ msgstr[1] "alba"
|
|||
msgstr[2] "alba"
|
||||
msgstr[3] "alba"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:6
|
||||
msgid "Links"
|
||||
msgstr "Odkazy"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:9
|
||||
msgid "Viewer links"
|
||||
msgstr "Odkaz s náhledem"
|
||||
|
@ -2342,14 +2351,6 @@ msgstr "zobrazit více"
|
|||
msgid "Load more"
|
||||
msgstr "Načíst více"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing.php:91
|
||||
msgid "Previous"
|
||||
msgstr "Předchozí"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing.php:98
|
||||
msgid "Next"
|
||||
msgstr "Další"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing_tools_editor.php:10
|
||||
msgid "Select all"
|
||||
msgstr "Vybrat vše"
|
||||
|
@ -2716,6 +2717,9 @@ msgstr "Administrátor"
|
|||
msgid "This setting is always diabled when using personal website mode."
|
||||
msgstr "Toto nastavení je vždy zakázáno při použití režimu osobní webové stránky."
|
||||
|
||||
msgid "documentation"
|
||||
msgstr "dokumentace"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:152
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:156
|
||||
msgid "Add category"
|
||||
|
@ -3659,6 +3663,9 @@ msgstr "Opravdu chcete obrázek vymazat? Tuto akci nelze vzít zpět."
|
|||
msgid "Delete image"
|
||||
msgstr "Smazat obrázek"
|
||||
|
||||
msgid "Add new cover image"
|
||||
msgstr "Přidat nový titulní obrázek"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1424
|
||||
msgid "Vector version or your website logo in SVG format (only for homepage)."
|
||||
msgstr "Vektorová verze nebo logo vaší webové stránky v SVG formátu (pouze pro domovskou stránku)"
|
||||
|
@ -3701,9 +3708,17 @@ msgstr "ID uživatele(ů)"
|
|||
msgid "Comma-separated list of target user IDs to show images on homepage. Leave it empty to display all recent images."
|
||||
msgstr "Čárkami oddělený seznam cílových uživatelských ID, kteří mohou prohlížet obrázky na domovské stránce. Ponechte pole prázdné pro zobrazování všech nedávných obrázků."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1524
|
||||
msgid "Here you can set the codes for the predefined ad spaces."
|
||||
msgstr "Zde můžete nastavit kódy pro předdefinované pozice reklam."
|
||||
msgid "Automatic updates check"
|
||||
msgstr "Automatická kontrola aktualizací"
|
||||
|
||||
msgid "When enabled the system will automatically check for new updates."
|
||||
msgstr "Když je tato volba povolena, umožňuje systému automaticky kontrolovat nové aktualizace."
|
||||
|
||||
msgid "Display available updates notification"
|
||||
msgstr "Zobrazení oznámení o dostupné aktualizaci Chevereta"
|
||||
|
||||
msgid "Enable this to show a notice on top warning you about new available system updates."
|
||||
msgstr "Povolte, pokud chcete zobrazit oznámení při dostupné aktualizaci Chevereta."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1579
|
||||
msgid "Maintenance"
|
||||
|
@ -3883,6 +3898,9 @@ msgstr "test@vasedomena.cz"
|
|||
msgid "Use this to test how your emails are being delivered. We recommend you to use %s."
|
||||
msgstr "Pomocí této funkce lze otestovat, jak jsou vaše e-maily doručovány. Doporučujeme použít %s."
|
||||
|
||||
msgid "social networks"
|
||||
msgstr "sociální sítě"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1838
|
||||
msgid "You need a <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> for this."
|
||||
msgstr "Potřebujete <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook aplikaci</a>."
|
||||
|
@ -3935,11 +3953,6 @@ msgstr "VK client id"
|
|||
msgid "VK client secret"
|
||||
msgstr "VK client secret"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1949
|
||||
#, php-format
|
||||
msgid "CDN allows you to offload static content to several edge servers making your website faster. If you don't have a CDN provider you should try %s."
|
||||
msgstr "CDN umožňuje rychlejší načítání obsahu díky používání částečně statického obsahu na některých edgeServerech. Pokud nemáte CDN poskytovatele, měli by jste to zkusit %s."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1968
|
||||
#, php-format
|
||||
msgid "You need a <a href=\"%s\" target=\"_blank\">reCAPTCHA key</a> for this."
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VERSION\n"
|
||||
"POT-Creation-Date: 2016-08-14 03:30+0000\n"
|
||||
"PO-Revision-Date: 2016-08-14 03:30+0000\n"
|
||||
"POT-Creation-Date: 2016-10-17 20:52+0000\n"
|
||||
"PO-Revision-Date: 2016-10-17 20:52+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE TEAM <EMAIL@ADDRESS>\n"
|
||||
"Language: de\n"
|
||||
|
@ -386,6 +386,36 @@ msgstr "Alle meine Bilder anzeigen"
|
|||
msgid "That page doesn't exist"
|
||||
msgstr "Diese Seite existiert nicht"
|
||||
|
||||
#: ../../../app/routes/route.album.php:80
|
||||
#: ../../../app/routes/route.category.php:48
|
||||
#: ../../../app/routes/route.dashboard.php:1105
|
||||
#: ../../../app/routes/route.dashboard.php:1142
|
||||
#: ../../../app/routes/route.dashboard.php:1171
|
||||
#: ../../../app/routes/route.explore.php:34
|
||||
#: ../../../app/routes/route.following.php:21
|
||||
#: ../../../app/routes/route.user.php:187
|
||||
#: ../../../app/routes/route.user.php:232
|
||||
#: ../../../app/routes/route.user.php:255
|
||||
#: ../../../app/themes/Peafowl/views/index.php:46
|
||||
msgid "Most recent"
|
||||
msgstr "Neueste"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:1113
|
||||
#: ../../../app/routes/route.dashboard.php:1150
|
||||
#: ../../../app/routes/route.dashboard.php:1179
|
||||
#: ../../../app/routes/route.user.php:238
|
||||
#: ../../../app/routes/route.user.php:261
|
||||
msgid "Oldest"
|
||||
msgstr "Älteste"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:40
|
||||
#: ../../../app/routes/route.search.php:92
|
||||
#: ../../../app/routes/route.user.php:90 ../../../app/routes/route.user.php:283
|
||||
#: ../../../app/themes/Peafowl/header.php:403
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:77
|
||||
msgid "Albums"
|
||||
msgstr "Alben"
|
||||
|
||||
#: ../../../app/routes/route.account.php:72
|
||||
#: ../../../app/themes/Peafowl/header.php:295
|
||||
#: ../../../app/themes/Peafowl/snippets/modal_login.php:24
|
||||
|
@ -504,28 +534,6 @@ msgstr "Beachten Sie die angezeigten Fehler im Formular, bevor Sie fortfahren."
|
|||
msgid "Password required"
|
||||
msgstr "Passwort erforderlich"
|
||||
|
||||
#: ../../../app/routes/route.album.php:80
|
||||
#: ../../../app/routes/route.category.php:48
|
||||
#: ../../../app/routes/route.dashboard.php:1105
|
||||
#: ../../../app/routes/route.dashboard.php:1142
|
||||
#: ../../../app/routes/route.dashboard.php:1171
|
||||
#: ../../../app/routes/route.explore.php:34
|
||||
#: ../../../app/routes/route.following.php:21
|
||||
#: ../../../app/routes/route.user.php:187
|
||||
#: ../../../app/routes/route.user.php:232
|
||||
#: ../../../app/routes/route.user.php:255
|
||||
#: ../../../app/themes/Peafowl/views/index.php:46
|
||||
msgid "Most recent"
|
||||
msgstr "Neueste"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:1113
|
||||
#: ../../../app/routes/route.dashboard.php:1150
|
||||
#: ../../../app/routes/route.dashboard.php:1179
|
||||
#: ../../../app/routes/route.user.php:238
|
||||
#: ../../../app/routes/route.user.php:261
|
||||
msgid "Oldest"
|
||||
msgstr "Älteste"
|
||||
|
||||
#: ../../../app/routes/route.album.php:96
|
||||
#: ../../../app/routes/route.category.php:64
|
||||
#: ../../../app/routes/route.dashboard.php:1121
|
||||
|
@ -551,6 +559,12 @@ msgstr "Beliebt"
|
|||
msgid "Share"
|
||||
msgstr "Teilen"
|
||||
|
||||
#: ../../../app/routes/route.image.php:127
|
||||
#: ../../../app/themes/Peafowl/snippets/anywhere_upload.php:99
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:110
|
||||
msgid "Embed codes"
|
||||
msgstr "Embed-Codes"
|
||||
|
||||
#: ../../../app/routes/route.album.php:124
|
||||
#: ../../../app/routes/route.image.php:134
|
||||
msgid "Full info"
|
||||
|
@ -571,14 +585,6 @@ msgstr "Statistik"
|
|||
msgid "Images"
|
||||
msgstr "Bilder"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:40
|
||||
#: ../../../app/routes/route.search.php:92
|
||||
#: ../../../app/routes/route.user.php:90 ../../../app/routes/route.user.php:283
|
||||
#: ../../../app/themes/Peafowl/header.php:403
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:77
|
||||
msgid "Albums"
|
||||
msgstr "Alben"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:41
|
||||
#: ../../../app/routes/route.dashboard.php:233
|
||||
#: ../../../app/routes/route.search.php:99
|
||||
|
@ -604,6 +610,12 @@ msgstr "Installiere Update"
|
|||
msgid "check for updates"
|
||||
msgstr "Suche nach Aktualisierungen"
|
||||
|
||||
msgid "Chevereto support"
|
||||
msgstr "Chevereto Support"
|
||||
|
||||
msgid "Need help? Go to %s and you will get help quickly."
|
||||
msgstr "Benötigen Sie Hilfe? Gehen Sie auf %s und Ihnen wird schnellstmöglich geholfen."
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:169
|
||||
msgid "PHP version"
|
||||
msgstr "PHP-Version"
|
||||
|
@ -741,6 +753,25 @@ msgstr[1] "%d Sekunden"
|
|||
msgid "Memory limit"
|
||||
msgstr "PHP-Speicherlimit"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:6
|
||||
msgid "Links"
|
||||
msgstr "Links"
|
||||
|
||||
msgid "Documentation"
|
||||
msgstr "Dokumentation"
|
||||
|
||||
msgid "Changelog"
|
||||
msgstr "Changelog"
|
||||
|
||||
msgid "Request new features"
|
||||
msgstr "Neue Features vorschlagen"
|
||||
|
||||
msgid "Bug tracking"
|
||||
msgstr "Bug tracking"
|
||||
|
||||
msgid "Blog"
|
||||
msgstr "Blog"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:227
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:370
|
||||
msgid "Website"
|
||||
|
@ -876,17 +907,11 @@ msgstr "Die Seite wurde erfolgreich hinzugefügt."
|
|||
msgid "The page has been deleted."
|
||||
msgstr "Die Seite wurde gelöscht."
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:376
|
||||
msgid "Before cover (homepage)"
|
||||
msgstr "Vor Titelbild"
|
||||
msgid "homepage"
|
||||
msgstr "Homepage"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:379
|
||||
msgid "After cover (homepage)"
|
||||
msgstr "Nach Titelbild"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:382
|
||||
msgid "After listing (homepage)"
|
||||
msgstr "Nach Bilderwand"
|
||||
msgid "Before main title (%s)"
|
||||
msgstr "Vor Haupttitel (%s)"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:390
|
||||
msgid "Before pagination"
|
||||
|
@ -1215,12 +1240,6 @@ msgstr "Folgen"
|
|||
msgid "About"
|
||||
msgstr "Über"
|
||||
|
||||
#: ../../../app/routes/route.image.php:127
|
||||
#: ../../../app/themes/Peafowl/snippets/anywhere_upload.php:99
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:110
|
||||
msgid "Embed codes"
|
||||
msgstr "Embed-Codes"
|
||||
|
||||
#: ../../../app/routes/route.image.php:144
|
||||
msgid "Image ID"
|
||||
msgstr "Bild-ID"
|
||||
|
@ -2037,10 +2056,6 @@ msgid_plural "albums"
|
|||
msgstr[0] "Album"
|
||||
msgstr[1] "Alben"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:6
|
||||
msgid "Links"
|
||||
msgstr "Links"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:9
|
||||
msgid "Viewer links"
|
||||
msgstr "Betrachter-Link"
|
||||
|
@ -2432,14 +2447,6 @@ msgstr "Mehr anzeigen"
|
|||
msgid "Load more"
|
||||
msgstr "Mehr laden"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing.php:91
|
||||
msgid "Previous"
|
||||
msgstr "Zurück"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing.php:98
|
||||
msgid "Next"
|
||||
msgstr "Weiter"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing_tools_editor.php:10
|
||||
msgid "Select all"
|
||||
msgstr "Markiere alle"
|
||||
|
@ -2807,6 +2814,9 @@ msgstr "Administrator"
|
|||
msgid "This setting is always diabled when using personal website mode."
|
||||
msgstr "Diese Einstellung ist immer deaktivert, wenn Sie den Privat-Modus aktiviert habe."
|
||||
|
||||
msgid "documentation"
|
||||
msgstr "Dokumentation"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:152
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:156
|
||||
msgid "Add category"
|
||||
|
@ -3058,6 +3068,9 @@ msgstr "Anzeige der Sortierungsreihenfolge"
|
|||
msgid "Page sort order display for menus and listings. Use \"1\" for top priority."
|
||||
msgstr "Anzeige der Sortierungsreihenfolge für Seiten und Auflistungen. Setzen Sie \"1\" für höchste Priorität."
|
||||
|
||||
msgid "pages"
|
||||
msgstr "Seiten"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:607
|
||||
#, php-format
|
||||
msgid "Do you really want to delete the page ID %s? This can't be undone."
|
||||
|
@ -3862,9 +3875,14 @@ msgstr "Benutzer-IDs"
|
|||
msgid "Comma-separated list of target user IDs to show images on homepage. Leave it empty to display all recent images."
|
||||
msgstr "Kommagetrennte Liste der Zielbenutzer-IDs, deren Bilder auf der Startseite angezeigt werden sollen. Lassen Sie dieses Feld leer oder auf Null, um die zuletzt hinzugefügten Bilder anzuzeigen."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1524
|
||||
msgid "Here you can set the codes for the predefined ad spaces."
|
||||
msgstr "Hier können Codes für die vordefinierten Werbeplätze eingegeben werden."
|
||||
msgid "Automatic updates check"
|
||||
msgstr "Automatisch nach Updates suchen"
|
||||
|
||||
msgid "Display available updates notification"
|
||||
msgstr "Anzeigen der verfügbaren Update-Benachrichtigungen"
|
||||
|
||||
msgid "Enable this to show a notice on top warning you about new available system updates."
|
||||
msgstr "Aktivieren, wenn Sie einen Hinweis über verfügbare System-Updates wünschen."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1570
|
||||
msgid "Minify code"
|
||||
|
@ -3882,12 +3900,6 @@ msgstr "Wartung"
|
|||
msgid "When enabled the website will show a maintenance message. This setting doesn't affect administrators."
|
||||
msgstr "Aktivieren, falls eine Wartungsmeldung angezeigt werden soll. Diese Einstellung hat keine Auswirkung auf Administratoren."
|
||||
|
||||
msgid "Display available updates notification"
|
||||
msgstr "Anzeigen der verfügbaren Update-Benachrichtigungen"
|
||||
|
||||
msgid "Enable this to show a notice on top warning you about new available system updates."
|
||||
msgstr "Aktivieren, wenn Sie einen Hinweis über verfügbare System-Updates wünschen."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1565
|
||||
msgid "Crypt salt"
|
||||
msgstr "Krypto-Salt"
|
||||
|
@ -3930,9 +3942,6 @@ msgstr "Fehlerausgabe mit Fehler-Log"
|
|||
msgid "To configure the debug level check the <a %s>debug documentation</a>. Default level is \"Error log\" (1)."
|
||||
msgstr "Um den Debug-Level zu konfigurieren prüfen Sie die<a %s>Debug-Dokumentation</a>. Die Standardeinstellung lautet \"Fehler-Log\" (1)."
|
||||
|
||||
msgid "documentation"
|
||||
msgstr "Dokumentation"
|
||||
|
||||
msgid "Routing allows you to customize default route binds on the fly. Only alphanumeric, hyphen and underscore characters are allowed. Check out our %s if you want to override or add new routes."
|
||||
msgstr "Das Routing erlaubt, benutzerdefinierte Pfade festzulegen. Es sind nur alphanumerische Zeichen, Bindestriche und Unterstriche erlaubt. Prüfen Sie %s, wenn Sie pfade überschreiben oder neue festlegen wollen."
|
||||
|
||||
|
@ -3945,6 +3954,9 @@ msgstr "Routing for %s"
|
|||
msgid "Album routing"
|
||||
msgstr "Album-Routing"
|
||||
|
||||
msgid "language strings"
|
||||
msgstr "Sprach String"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1611
|
||||
msgid "Default language"
|
||||
msgstr "Standardsprache"
|
||||
|
@ -4064,6 +4076,9 @@ msgstr "test@domain.de"
|
|||
msgid "Use this to test how your emails are being delivered. We recommend you to use %s."
|
||||
msgstr "Nutzen Sie diese Funktion um zu testen, wie Ihre E-Mails ausgeliefert werden. Wir empfehlen die Nutzung von %s."
|
||||
|
||||
msgid "social networks"
|
||||
msgstr "Soziale Netzwerke"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1838
|
||||
msgid "You need a <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> for this."
|
||||
msgstr "Sie benötigen eine <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook App</a> für diese Funktion."
|
||||
|
@ -4116,11 +4131,6 @@ msgstr "VK Client-ID"
|
|||
msgid "VK client secret"
|
||||
msgstr "VK Client-Secret"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1949
|
||||
#, php-format
|
||||
msgid "CDN allows you to offload static content to several edge servers making your website faster. If you don't have a CDN provider you should try %s."
|
||||
msgstr "CDN ermöglicht es, Inhalte einer Internetseite auf unterschiedliche Server zu verteilen, um die Ladezeiten zu beschleunigen. Haben Sie schon einmal %s als CDN Provider ausprobiert?"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1968
|
||||
#, php-format
|
||||
msgid "You need a <a href=\"%s\" target=\"_blank\">reCAPTCHA key</a> for this."
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VERSION\n"
|
||||
"POT-Creation-Date: 2016-07-15 17:52+0000\n"
|
||||
"PO-Revision-Date: 2016-07-15 17:52+0000\n"
|
||||
"POT-Creation-Date: 2016-10-17 20:52+0000\n"
|
||||
"PO-Revision-Date: 2016-10-17 20:52+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE TEAM <EMAIL@ADDRESS>\n"
|
||||
"Language: es\n"
|
||||
|
@ -386,6 +386,36 @@ msgstr "Ver todas mis imágenes"
|
|||
msgid "That page doesn't exist"
|
||||
msgstr "Esa página no existe"
|
||||
|
||||
#: ../../../app/routes/route.album.php:80
|
||||
#: ../../../app/routes/route.category.php:48
|
||||
#: ../../../app/routes/route.dashboard.php:1105
|
||||
#: ../../../app/routes/route.dashboard.php:1142
|
||||
#: ../../../app/routes/route.dashboard.php:1171
|
||||
#: ../../../app/routes/route.explore.php:34
|
||||
#: ../../../app/routes/route.following.php:21
|
||||
#: ../../../app/routes/route.user.php:187
|
||||
#: ../../../app/routes/route.user.php:232
|
||||
#: ../../../app/routes/route.user.php:255
|
||||
#: ../../../app/themes/Peafowl/views/index.php:46
|
||||
msgid "Most recent"
|
||||
msgstr "Más reciente"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:1113
|
||||
#: ../../../app/routes/route.dashboard.php:1150
|
||||
#: ../../../app/routes/route.dashboard.php:1179
|
||||
#: ../../../app/routes/route.user.php:238
|
||||
#: ../../../app/routes/route.user.php:261
|
||||
msgid "Oldest"
|
||||
msgstr "Más antiguo"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:40
|
||||
#: ../../../app/routes/route.search.php:92
|
||||
#: ../../../app/routes/route.user.php:90 ../../../app/routes/route.user.php:283
|
||||
#: ../../../app/themes/Peafowl/header.php:403
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:77
|
||||
msgid "Albums"
|
||||
msgstr "Álbumes"
|
||||
|
||||
#: ../../../app/routes/route.account.php:72
|
||||
#: ../../../app/themes/Peafowl/header.php:295
|
||||
#: ../../../app/themes/Peafowl/snippets/modal_login.php:24
|
||||
|
@ -504,28 +534,6 @@ msgstr "Comprueba los errores en el formulario para continuar."
|
|||
msgid "Password required"
|
||||
msgstr "Contraseña requerida"
|
||||
|
||||
#: ../../../app/routes/route.album.php:80
|
||||
#: ../../../app/routes/route.category.php:48
|
||||
#: ../../../app/routes/route.dashboard.php:1105
|
||||
#: ../../../app/routes/route.dashboard.php:1142
|
||||
#: ../../../app/routes/route.dashboard.php:1171
|
||||
#: ../../../app/routes/route.explore.php:34
|
||||
#: ../../../app/routes/route.following.php:21
|
||||
#: ../../../app/routes/route.user.php:187
|
||||
#: ../../../app/routes/route.user.php:232
|
||||
#: ../../../app/routes/route.user.php:255
|
||||
#: ../../../app/themes/Peafowl/views/index.php:46
|
||||
msgid "Most recent"
|
||||
msgstr "Más reciente"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:1113
|
||||
#: ../../../app/routes/route.dashboard.php:1150
|
||||
#: ../../../app/routes/route.dashboard.php:1179
|
||||
#: ../../../app/routes/route.user.php:238
|
||||
#: ../../../app/routes/route.user.php:261
|
||||
msgid "Oldest"
|
||||
msgstr "Más antiguo"
|
||||
|
||||
#: ../../../app/routes/route.album.php:96
|
||||
#: ../../../app/routes/route.category.php:64
|
||||
#: ../../../app/routes/route.dashboard.php:1121
|
||||
|
@ -551,6 +559,12 @@ msgstr "Más me gusta"
|
|||
msgid "Share"
|
||||
msgstr "Compartir"
|
||||
|
||||
#: ../../../app/routes/route.image.php:127
|
||||
#: ../../../app/themes/Peafowl/snippets/anywhere_upload.php:99
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:110
|
||||
msgid "Embed codes"
|
||||
msgstr "Insertar"
|
||||
|
||||
#: ../../../app/routes/route.album.php:124
|
||||
#: ../../../app/routes/route.image.php:134
|
||||
msgid "Full info"
|
||||
|
@ -571,14 +585,6 @@ msgstr "Estadísticas"
|
|||
msgid "Images"
|
||||
msgstr "Imágenes"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:40
|
||||
#: ../../../app/routes/route.search.php:92
|
||||
#: ../../../app/routes/route.user.php:90 ../../../app/routes/route.user.php:283
|
||||
#: ../../../app/themes/Peafowl/header.php:403
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:77
|
||||
msgid "Albums"
|
||||
msgstr "Álbumes"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:41
|
||||
#: ../../../app/routes/route.dashboard.php:233
|
||||
#: ../../../app/routes/route.search.php:99
|
||||
|
@ -604,6 +610,12 @@ msgstr "instalar actualización"
|
|||
msgid "check for updates"
|
||||
msgstr "comprobar actualizaciones"
|
||||
|
||||
msgid "Chevereto support"
|
||||
msgstr "soporte de Chevereto"
|
||||
|
||||
msgid "Need help? Go to %s and you will get help quickly."
|
||||
msgstr "¿Necesitas ayuda? Ve a %s y obtendrás ayuda rápidamente."
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:169
|
||||
msgid "PHP version"
|
||||
msgstr "Versión de PHP"
|
||||
|
@ -741,6 +753,25 @@ msgstr[1] "%d segundos"
|
|||
msgid "Memory limit"
|
||||
msgstr "Límite de memoria"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:6
|
||||
msgid "Links"
|
||||
msgstr "Enlaces"
|
||||
|
||||
msgid "Documentation"
|
||||
msgstr "Documentación"
|
||||
|
||||
msgid "Changelog"
|
||||
msgstr "Cambios"
|
||||
|
||||
msgid "Request new features"
|
||||
msgstr "Solicitar nuevas funciones"
|
||||
|
||||
msgid "Bug tracking"
|
||||
msgstr "Seguimiento de errores"
|
||||
|
||||
msgid "Blog"
|
||||
msgstr "Blog"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:227
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:370
|
||||
msgid "Website"
|
||||
|
@ -876,17 +907,20 @@ msgstr "La página ha sido añadida exitosamente."
|
|||
msgid "The page has been deleted."
|
||||
msgstr "La página ha sido eliminada."
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:376
|
||||
msgid "Before cover (homepage)"
|
||||
msgstr "Antes del cover (página principal)"
|
||||
msgid "homepage"
|
||||
msgstr "pagina principal"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:379
|
||||
msgid "After cover (homepage)"
|
||||
msgstr "Despues del cover (página principal)"
|
||||
msgid "Before main title (%s)"
|
||||
msgstr "Antes del título principal (%s)"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:382
|
||||
msgid "After listing (homepage)"
|
||||
msgstr "Después del listado (página principal)"
|
||||
msgid "After call to action (%s)"
|
||||
msgstr "Después de la llamada de acción (%s)"
|
||||
|
||||
msgid "After cover (%s)"
|
||||
msgstr "Después del cover (%s)"
|
||||
|
||||
msgid "After listing (%s)"
|
||||
msgstr "Después del listado (%s)"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:390
|
||||
msgid "Before pagination"
|
||||
|
@ -1215,12 +1249,6 @@ msgstr "Siguiendo"
|
|||
msgid "About"
|
||||
msgstr "Acerca"
|
||||
|
||||
#: ../../../app/routes/route.image.php:127
|
||||
#: ../../../app/themes/Peafowl/snippets/anywhere_upload.php:99
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:110
|
||||
msgid "Embed codes"
|
||||
msgstr "Insertar"
|
||||
|
||||
#: ../../../app/routes/route.image.php:144
|
||||
msgid "Image ID"
|
||||
msgstr "ID de imagen"
|
||||
|
@ -2037,10 +2065,6 @@ msgid_plural "albums"
|
|||
msgstr[0] "álbum"
|
||||
msgstr[1] "álbumes"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:6
|
||||
msgid "Links"
|
||||
msgstr "Enlaces"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:9
|
||||
msgid "Viewer links"
|
||||
msgstr "Enlaces de visualizador"
|
||||
|
@ -2432,14 +2456,6 @@ msgstr "ver más"
|
|||
msgid "Load more"
|
||||
msgstr "Cargar más"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing.php:91
|
||||
msgid "Previous"
|
||||
msgstr "Anterior"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing.php:98
|
||||
msgid "Next"
|
||||
msgstr "Siguiente"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing_tools_editor.php:10
|
||||
msgid "Select all"
|
||||
msgstr "Seleccionar todo"
|
||||
|
@ -2807,6 +2823,12 @@ msgstr "Administrador"
|
|||
msgid "This setting is always diabled when using personal website mode."
|
||||
msgstr "Esta configuración siempre está inhabilitada cuando se usa el modo de sitio web personal."
|
||||
|
||||
msgid "documentation"
|
||||
msgstr "documentación"
|
||||
|
||||
msgid "Learn more about %s at our %d."
|
||||
msgstr "Aprende más sobre %s en nuestra %d."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:152
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:156
|
||||
msgid "Add category"
|
||||
|
@ -3058,11 +3080,17 @@ msgstr "Orden de visualización"
|
|||
msgid "Page sort order display for menus and listings. Use \"1\" for top priority."
|
||||
msgstr "Orden de visualización de la página para menús y listados. Usa \"1\" para mayor prioridad."
|
||||
|
||||
msgid "pages"
|
||||
msgstr "páginas"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:607
|
||||
#, php-format
|
||||
msgid "Do you really want to delete the page ID %s? This can't be undone."
|
||||
msgstr "¿Realmente quieres eliminar la página ID %s? Esto no de podrá deshacer."
|
||||
|
||||
msgid "Unchecked image formats won't be allowed to be uploaded."
|
||||
msgstr "No se permitirá subir los formatos no marcados."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:630
|
||||
msgid "Enable uploads"
|
||||
msgstr "Habilitar subidas"
|
||||
|
@ -3079,6 +3107,9 @@ msgstr "Subidas de invitados"
|
|||
msgid "Enable this if you want to allow non registered users to upload."
|
||||
msgstr "Habilita esto si deseas permitir permitir que usuarios no registrados suban imágenes"
|
||||
|
||||
msgid "Number of simultaneous upload threads (parallel uploads)"
|
||||
msgstr "Numero de hilos de subida simultáneos (subidas paralelas)"
|
||||
|
||||
msgid "Redirect on single upload"
|
||||
msgstr "Redireccionar en subida única"
|
||||
|
||||
|
@ -3550,6 +3581,9 @@ msgstr "Laptop"
|
|||
msgid "Desktop"
|
||||
msgstr "Escritorio"
|
||||
|
||||
msgid "theme editing"
|
||||
msgstr "edición de tema"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1167
|
||||
#, php-format
|
||||
msgid "Put your themes in the %s folder"
|
||||
|
@ -3862,9 +3896,20 @@ msgstr "IDs de usuario"
|
|||
msgid "Comma-separated list of target user IDs to show images on homepage. Leave it empty to display all recent images."
|
||||
msgstr "Lista separada por comas de las ids de usuario a mostrar en la página principal. Dejar vacío para mostrar todas las imágenes recientes."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1524
|
||||
msgid "Here you can set the codes for the predefined ad spaces."
|
||||
msgstr "Aquí puedes establecer los códigos de los espacios publicitarios predefinidos."
|
||||
msgid "banners"
|
||||
msgstr "avisos"
|
||||
|
||||
msgid "Automatic updates check"
|
||||
msgstr "Comprobar actualizaciones automáticamente"
|
||||
|
||||
msgid "When enabled the system will automatically check for new updates."
|
||||
msgstr "Cuando esta habilitado el sistema comprobara automáticamente por nuevas actualizaciones."
|
||||
|
||||
msgid "Display available updates notification"
|
||||
msgstr "Mostrar notificación de nuevas actualizaciones disponibles"
|
||||
|
||||
msgid "Enable this to show a notice on top warning you about new available system updates."
|
||||
msgstr "Habilita esto para mostrar una notificación en la parte superior advirtiéndote de nuevas actualizaciones de sistema disponibles."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1570
|
||||
msgid "Minify code"
|
||||
|
@ -3882,12 +3927,6 @@ msgstr "Mantención"
|
|||
msgid "When enabled the website will show a maintenance message. This setting doesn't affect administrators."
|
||||
msgstr "Cuando esta habilitado la página web mostrará un mensaje de mantenimiento. Esta configuración no afecta a los administradores."
|
||||
|
||||
msgid "Display available updates notification"
|
||||
msgstr "Mostrar notificación de nuevas actualizaciones disponibles"
|
||||
|
||||
msgid "Enable this to show a notice on top warning you about new available system updates."
|
||||
msgstr "Habilita esto para mostrar una notificación en la parte superior advirtiéndote de nuevas actualizaciones de sistema disponibles."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1565
|
||||
msgid "Crypt salt"
|
||||
msgstr "Salto criptográfico"
|
||||
|
@ -3930,9 +3969,6 @@ msgstr "Mostrar y registrar errores"
|
|||
msgid "To configure the debug level check the <a %s>debug documentation</a>. Default level is \"Error log\" (1)."
|
||||
msgstr "Para configurar el nivel de depuración comprueba la <a %s>documentación de depuración</a>. El nivel predeterminado es \"Registro de error\" (1)."
|
||||
|
||||
msgid "documentation"
|
||||
msgstr "documentación"
|
||||
|
||||
msgid "Routing allows you to customize default route binds on the fly. Only alphanumeric, hyphen and underscore characters are allowed. Check out our %s if you want to override or add new routes."
|
||||
msgstr "El enrutamiento te permite personalizar las rutas de manera inmediata. Solamente se permiten caracteres alfanuméricos, guiones y guiones bajos. Revisa nuestra %s si necesitas sobre escribir o agregar nuevas rutas."
|
||||
|
||||
|
@ -3945,6 +3981,12 @@ msgstr "Enrutamiento para %s"
|
|||
msgid "Album routing"
|
||||
msgstr "Enrutamiento de album"
|
||||
|
||||
msgid "Custom language strings"
|
||||
msgstr "Cadenas de idioma personalizadas"
|
||||
|
||||
msgid "language strings"
|
||||
msgstr "cadenas de idioma"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1611
|
||||
msgid "Default language"
|
||||
msgstr "Idioma predeterminado"
|
||||
|
@ -4064,6 +4106,9 @@ msgstr "prueba@algundominio.com"
|
|||
msgid "Use this to test how your emails are being delivered. We recommend you to use %s."
|
||||
msgstr "Usa esto para corroborar la entrega de email. Recomendamos usar %s."
|
||||
|
||||
msgid "social networks"
|
||||
msgstr "redes sociales"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1838
|
||||
msgid "You need a <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> for this."
|
||||
msgstr "Necesitaras una <a href=\"https://developers.facebook.com/\" target=\"_blank\">App de Facebook</a> para esto."
|
||||
|
@ -4116,11 +4161,6 @@ msgstr "Client id de VK"
|
|||
msgid "VK client secret"
|
||||
msgstr "Client id de VK"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1949
|
||||
#, php-format
|
||||
msgid "CDN allows you to offload static content to several edge servers making your website faster. If you don't have a CDN provider you should try %s."
|
||||
msgstr "CDN permite la descarga de contenido estático en varios servidores edge haciendo tu sitio web más rápido. Si no tienes un proveedor CDN deberias probar %s."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1968
|
||||
#, php-format
|
||||
msgid "You need a <a href=\"%s\" target=\"_blank\">reCAPTCHA key</a> for this."
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VERSION\n"
|
||||
"POT-Creation-Date: 2016-07-15 17:52+0000\n"
|
||||
"PO-Revision-Date: 2016-07-15 17:52+0000\n"
|
||||
"POT-Creation-Date: 2016-10-17 20:52+0000\n"
|
||||
"PO-Revision-Date: 2016-10-17 20:52+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE TEAM <EMAIL@ADDRESS>\n"
|
||||
"Language: fi\n"
|
||||
|
@ -366,7 +366,7 @@ msgstr "näyttöä %s"
|
|||
|
||||
#: ../../../app/lib/functions.render.php:303
|
||||
msgid "We use our own and third party cookies to improve your browsing experience and our services. If you continue using our website is understood that you accept this cookie policy."
|
||||
msgstr "Käytämme omia ja kolmannenosapuolen evästeitä parantaaksemme palveluamme ja sen käyttöä. Käyttämällä palvelujamme hyväksyt evästeiden käytön."
|
||||
msgstr "Käytämme omia ja kolmannen osapuolen evästeitä parantaaksemme palveluamme ja sen käytettävyyttä. Käyttämällä palvelujamme hyväksyt evästeiden käytön."
|
||||
|
||||
#: ../../../app/loader.php:180
|
||||
msgid "You have been forbidden to use this website."
|
||||
|
@ -386,6 +386,36 @@ msgstr "Näytä kaikki kuvani"
|
|||
msgid "That page doesn't exist"
|
||||
msgstr "Sivua ei ole olemassa"
|
||||
|
||||
#: ../../../app/routes/route.album.php:80
|
||||
#: ../../../app/routes/route.category.php:48
|
||||
#: ../../../app/routes/route.dashboard.php:1105
|
||||
#: ../../../app/routes/route.dashboard.php:1142
|
||||
#: ../../../app/routes/route.dashboard.php:1171
|
||||
#: ../../../app/routes/route.explore.php:34
|
||||
#: ../../../app/routes/route.following.php:21
|
||||
#: ../../../app/routes/route.user.php:187
|
||||
#: ../../../app/routes/route.user.php:232
|
||||
#: ../../../app/routes/route.user.php:255
|
||||
#: ../../../app/themes/Peafowl/views/index.php:46
|
||||
msgid "Most recent"
|
||||
msgstr "Viimeisimmät"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:1113
|
||||
#: ../../../app/routes/route.dashboard.php:1150
|
||||
#: ../../../app/routes/route.dashboard.php:1179
|
||||
#: ../../../app/routes/route.user.php:238
|
||||
#: ../../../app/routes/route.user.php:261
|
||||
msgid "Oldest"
|
||||
msgstr "Vanhimmat"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:40
|
||||
#: ../../../app/routes/route.search.php:92
|
||||
#: ../../../app/routes/route.user.php:90 ../../../app/routes/route.user.php:283
|
||||
#: ../../../app/themes/Peafowl/header.php:403
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:77
|
||||
msgid "Albums"
|
||||
msgstr "Albumit"
|
||||
|
||||
#: ../../../app/routes/route.account.php:72
|
||||
#: ../../../app/themes/Peafowl/header.php:295
|
||||
#: ../../../app/themes/Peafowl/snippets/modal_login.php:24
|
||||
|
@ -504,28 +534,6 @@ msgstr "Tarkista virheet jatkaaksesi."
|
|||
msgid "Password required"
|
||||
msgstr "Salasana vaaditaan"
|
||||
|
||||
#: ../../../app/routes/route.album.php:80
|
||||
#: ../../../app/routes/route.category.php:48
|
||||
#: ../../../app/routes/route.dashboard.php:1105
|
||||
#: ../../../app/routes/route.dashboard.php:1142
|
||||
#: ../../../app/routes/route.dashboard.php:1171
|
||||
#: ../../../app/routes/route.explore.php:34
|
||||
#: ../../../app/routes/route.following.php:21
|
||||
#: ../../../app/routes/route.user.php:187
|
||||
#: ../../../app/routes/route.user.php:232
|
||||
#: ../../../app/routes/route.user.php:255
|
||||
#: ../../../app/themes/Peafowl/views/index.php:46
|
||||
msgid "Most recent"
|
||||
msgstr "Viimeisimmät"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:1113
|
||||
#: ../../../app/routes/route.dashboard.php:1150
|
||||
#: ../../../app/routes/route.dashboard.php:1179
|
||||
#: ../../../app/routes/route.user.php:238
|
||||
#: ../../../app/routes/route.user.php:261
|
||||
msgid "Oldest"
|
||||
msgstr "Vanhimmat"
|
||||
|
||||
#: ../../../app/routes/route.album.php:96
|
||||
#: ../../../app/routes/route.category.php:64
|
||||
#: ../../../app/routes/route.dashboard.php:1121
|
||||
|
@ -551,6 +559,12 @@ msgstr "Suosituimmat"
|
|||
msgid "Share"
|
||||
msgstr "Jaa"
|
||||
|
||||
#: ../../../app/routes/route.image.php:127
|
||||
#: ../../../app/themes/Peafowl/snippets/anywhere_upload.php:99
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:110
|
||||
msgid "Embed codes"
|
||||
msgstr "Upotuskoodit"
|
||||
|
||||
#: ../../../app/routes/route.album.php:124
|
||||
#: ../../../app/routes/route.image.php:134
|
||||
msgid "Full info"
|
||||
|
@ -571,14 +585,6 @@ msgstr "Tilastot"
|
|||
msgid "Images"
|
||||
msgstr "Kuvat"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:40
|
||||
#: ../../../app/routes/route.search.php:92
|
||||
#: ../../../app/routes/route.user.php:90 ../../../app/routes/route.user.php:283
|
||||
#: ../../../app/themes/Peafowl/header.php:403
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:77
|
||||
msgid "Albums"
|
||||
msgstr "Albumit"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:41
|
||||
#: ../../../app/routes/route.dashboard.php:233
|
||||
#: ../../../app/routes/route.search.php:99
|
||||
|
@ -604,6 +610,12 @@ msgstr "asenna päivitys"
|
|||
msgid "check for updates"
|
||||
msgstr "tarkista päivitykset"
|
||||
|
||||
msgid "Chevereto support"
|
||||
msgstr "Cheverto tuki"
|
||||
|
||||
msgid "Need help? Go to %s and you will get help quickly."
|
||||
msgstr "Tarvitsetko apua? Mene %s ja saat apua nopeasti."
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:169
|
||||
msgid "PHP version"
|
||||
msgstr "PHP-versio"
|
||||
|
@ -741,6 +753,25 @@ msgstr[1] "%d sekuntia"
|
|||
msgid "Memory limit"
|
||||
msgstr "Muistirajoitus"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:6
|
||||
msgid "Links"
|
||||
msgstr "Linkit"
|
||||
|
||||
msgid "Documentation"
|
||||
msgstr "Dokumentaatio"
|
||||
|
||||
msgid "Changelog"
|
||||
msgstr "Muutoslogi"
|
||||
|
||||
msgid "Request new features"
|
||||
msgstr "Toivo uutta ominaisuutta"
|
||||
|
||||
msgid "Bug tracking"
|
||||
msgstr "Virheenseuranta"
|
||||
|
||||
msgid "Blog"
|
||||
msgstr "Blogi"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:227
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:370
|
||||
msgid "Website"
|
||||
|
@ -876,17 +907,20 @@ msgstr "Sivu lisätty onnistuneesti."
|
|||
msgid "The page has been deleted."
|
||||
msgstr "Sivu on poistettu."
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:376
|
||||
msgid "Before cover (homepage)"
|
||||
msgstr "Ennen kansikuvaa (etusivu)"
|
||||
msgid "homepage"
|
||||
msgstr "kotisivu"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:379
|
||||
msgid "After cover (homepage)"
|
||||
msgstr "Kansikuvan jälkee (etusivu)"
|
||||
msgid "Before main title (%s)"
|
||||
msgstr "Ennen pääotsikkoa (%s)"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:382
|
||||
msgid "After listing (homepage)"
|
||||
msgstr "Listauksen jälkeen (etusivu)"
|
||||
msgid "After call to action (%s)"
|
||||
msgstr "Toimintapainikkeen jälkeen (%s)"
|
||||
|
||||
msgid "After cover (%s)"
|
||||
msgstr "Kannen jälkeen (%s)"
|
||||
|
||||
msgid "After listing (%s)"
|
||||
msgstr "Listauksen jälkeen (%s)"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:390
|
||||
msgid "Before pagination"
|
||||
|
@ -1215,12 +1249,6 @@ msgstr "Seurataan"
|
|||
msgid "About"
|
||||
msgstr "Tietoa"
|
||||
|
||||
#: ../../../app/routes/route.image.php:127
|
||||
#: ../../../app/themes/Peafowl/snippets/anywhere_upload.php:99
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:110
|
||||
msgid "Embed codes"
|
||||
msgstr "Upotuskoodit"
|
||||
|
||||
#: ../../../app/routes/route.image.php:144
|
||||
msgid "Image ID"
|
||||
msgstr "Kuvan tunniste"
|
||||
|
@ -2037,10 +2065,6 @@ msgid_plural "albums"
|
|||
msgstr[0] "albumi"
|
||||
msgstr[1] "albumia"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:6
|
||||
msgid "Links"
|
||||
msgstr "Linkit"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:9
|
||||
msgid "Viewer links"
|
||||
msgstr "Katselijan linkit"
|
||||
|
@ -2432,14 +2456,6 @@ msgstr "näytä lisää"
|
|||
msgid "Load more"
|
||||
msgstr "Lataa lisää"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing.php:91
|
||||
msgid "Previous"
|
||||
msgstr "Edellinen"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing.php:98
|
||||
msgid "Next"
|
||||
msgstr "Seuraava"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing_tools_editor.php:10
|
||||
msgid "Select all"
|
||||
msgstr "Valitse kaikki"
|
||||
|
@ -2807,6 +2823,12 @@ msgstr "Ylläpitäjä"
|
|||
msgid "This setting is always diabled when using personal website mode."
|
||||
msgstr "Tämä asetus on aina pois käytöstä käytettäessä henkilökohtainen verkkosivu tilaa."
|
||||
|
||||
msgid "documentation"
|
||||
msgstr "dokumentit"
|
||||
|
||||
msgid "Learn more about %s at our %d."
|
||||
msgstr "Tutustu tarkemmin %s täällä %d."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:152
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:156
|
||||
msgid "Add category"
|
||||
|
@ -3058,11 +3080,17 @@ msgstr "Lajittelujärjestys"
|
|||
msgid "Page sort order display for menus and listings. Use \"1\" for top priority."
|
||||
msgstr "Sivun lajittelujärjestys valikoissa ja listoissa. Käytä \"1\" ensisijaisesti."
|
||||
|
||||
msgid "pages"
|
||||
msgstr "sivut"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:607
|
||||
#, php-format
|
||||
msgid "Do you really want to delete the page ID %s? This can't be undone."
|
||||
msgstr "Haluatko varmasti poistaa sivun ID %s? Toimintoa ei voi perua."
|
||||
|
||||
msgid "Unchecked image formats won't be allowed to be uploaded."
|
||||
msgstr "Valitse ladattavaksi sallitut kuvaformaatit."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:630
|
||||
msgid "Enable uploads"
|
||||
msgstr "Salli kuvien lataus"
|
||||
|
@ -3079,6 +3107,9 @@ msgstr "Vieraiden kuvien lataus"
|
|||
msgid "Enable this if you want to allow non registered users to upload."
|
||||
msgstr "Salli vieraiden ladata kuvia."
|
||||
|
||||
msgid "Number of simultaneous upload threads (parallel uploads)"
|
||||
msgstr "Yhtäaikaisten latausten määrä (rinnakkaiset lataukset)"
|
||||
|
||||
msgid "Redirect on single upload"
|
||||
msgstr "Uudelleenohjaa yksittäiseen lataukseen"
|
||||
|
||||
|
@ -3550,6 +3581,9 @@ msgstr "Kannettava"
|
|||
msgid "Desktop"
|
||||
msgstr "Työpöytä"
|
||||
|
||||
msgid "theme editing"
|
||||
msgstr "teeman muokkaus"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1167
|
||||
#, php-format
|
||||
msgid "Put your themes in the %s folder"
|
||||
|
@ -3862,9 +3896,20 @@ msgstr "Käyttäjä ID:t"
|
|||
msgid "Comma-separated list of target user IDs to show images on homepage. Leave it empty to display all recent images."
|
||||
msgstr "Erota pilkulla käyttäjien ID:stä, joiden kuvia haluat näyttää etusivulla. Jätä tyhjäksi näyttääksesi kaikki viimeiset kuvat."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1524
|
||||
msgid "Here you can set the codes for the predefined ad spaces."
|
||||
msgstr "Täällä voit lisätä koodia valmiiksi määritellyihin mainospaikkoihin."
|
||||
msgid "banners"
|
||||
msgstr "bannerit"
|
||||
|
||||
msgid "Automatic updates check"
|
||||
msgstr "Automaattinen päivitysten tarkistus"
|
||||
|
||||
msgid "When enabled the system will automatically check for new updates."
|
||||
msgstr "Kun otettu käyttöön, järjestelmä tarkistaa automaattisesti uudet päivitykset."
|
||||
|
||||
msgid "Display available updates notification"
|
||||
msgstr "Näytä ilmoitus päivityksistä"
|
||||
|
||||
msgid "Enable this to show a notice on top warning you about new available system updates."
|
||||
msgstr "Ota käyttöön ilmoitus uusista päivityksistä järjestelmään."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1570
|
||||
msgid "Minify code"
|
||||
|
@ -3882,12 +3927,6 @@ msgstr "Huolto"
|
|||
msgid "When enabled the website will show a maintenance message. This setting doesn't affect administrators."
|
||||
msgstr "Kun otettu käyttöön, sivustolla näkyy huoltotila ilmoitus. Tämä asetus ei vaikuta pääkäyttäjille."
|
||||
|
||||
msgid "Display available updates notification"
|
||||
msgstr "Näytä ilmoitus päivityksistä"
|
||||
|
||||
msgid "Enable this to show a notice on top warning you about new available system updates."
|
||||
msgstr "Ota käyttöön ilmoitus uusista päivityksistä järjestelmään."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1565
|
||||
msgid "Crypt salt"
|
||||
msgstr "Kryptauksen avain"
|
||||
|
@ -3930,9 +3969,6 @@ msgstr "Näytä ja kirjaa virheet"
|
|||
msgid "To configure the debug level check the <a %s>debug documentation</a>. Default level is \"Error log\" (1)."
|
||||
msgstr "Katso <a %s>debug ohjeet</a> konfiguroidaksesi sen. Oletusarvoisesti taso on \"Virheen kirjaus\" (1)."
|
||||
|
||||
msgid "documentation"
|
||||
msgstr "dokumentit"
|
||||
|
||||
msgid "Routing allows you to customize default route binds on the fly. Only alphanumeric, hyphen and underscore characters are allowed. Check out our %s if you want to override or add new routes."
|
||||
msgstr "Ohjauksen avulla voit muokata oletusohjauksen lennosta. Vain aakkosnumeerisia, tavuviiva ja alaviivat ovat sallittuja. Tutustu %s, jos haluat ylikirjoittaa tai lisätä uusia ohjauksia."
|
||||
|
||||
|
@ -3945,6 +3981,12 @@ msgstr "%s ohjaus"
|
|||
msgid "Album routing"
|
||||
msgstr "Albumin ohjaus"
|
||||
|
||||
msgid "Custom language strings"
|
||||
msgstr "Muokatut kielikäännökset"
|
||||
|
||||
msgid "language strings"
|
||||
msgstr "kielikäännökset"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1611
|
||||
msgid "Default language"
|
||||
msgstr "Oletuskieli"
|
||||
|
@ -4064,6 +4106,9 @@ msgstr "testi@jokudomain.com"
|
|||
msgid "Use this to test how your emails are being delivered. We recommend you to use %s."
|
||||
msgstr "Käytä tätä nähdäksesi kuinka sähköpostit lähetetään. Suosittelemme käyttämään %s."
|
||||
|
||||
msgid "social networks"
|
||||
msgstr "sosiaaliset verkostot"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1838
|
||||
msgid "You need a <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> for this."
|
||||
msgstr "Tarvitset <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> sovelluksen tätä varten."
|
||||
|
@ -4116,11 +4161,6 @@ msgstr "CK asiakas id"
|
|||
msgid "VK client secret"
|
||||
msgstr "VK asiakas salaisuus"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1949
|
||||
#, php-format
|
||||
msgid "CDN allows you to offload static content to several edge servers making your website faster. If you don't have a CDN provider you should try %s."
|
||||
msgstr "CDN hajauttaa sisällön usealle sivupalvelimelle, joka tekee verkkosivustosta nopeamman. Jos sinulla ei ole CDN palvelua, sinun kannattaa kokeilla %s."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1968
|
||||
#, php-format
|
||||
msgid "You need a <a href=\"%s\" target=\"_blank\">reCAPTCHA key</a> for this."
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VERSION\n"
|
||||
"POT-Creation-Date: 2016-08-14 03:30+0000\n"
|
||||
"PO-Revision-Date: 2016-08-14 03:30+0000\n"
|
||||
"POT-Creation-Date: 2016-10-17 20:52+0000\n"
|
||||
"PO-Revision-Date: 2016-10-17 20:52+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE TEAM <EMAIL@ADDRESS>\n"
|
||||
"Language: fr\n"
|
||||
|
@ -386,6 +386,36 @@ msgstr "Voir toutes mes images"
|
|||
msgid "That page doesn't exist"
|
||||
msgstr "Cette page n'existe pas"
|
||||
|
||||
#: ../../../app/routes/route.album.php:80
|
||||
#: ../../../app/routes/route.category.php:48
|
||||
#: ../../../app/routes/route.dashboard.php:1105
|
||||
#: ../../../app/routes/route.dashboard.php:1142
|
||||
#: ../../../app/routes/route.dashboard.php:1171
|
||||
#: ../../../app/routes/route.explore.php:34
|
||||
#: ../../../app/routes/route.following.php:21
|
||||
#: ../../../app/routes/route.user.php:187
|
||||
#: ../../../app/routes/route.user.php:232
|
||||
#: ../../../app/routes/route.user.php:255
|
||||
#: ../../../app/themes/Peafowl/views/index.php:46
|
||||
msgid "Most recent"
|
||||
msgstr "Plus récentes"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:1113
|
||||
#: ../../../app/routes/route.dashboard.php:1150
|
||||
#: ../../../app/routes/route.dashboard.php:1179
|
||||
#: ../../../app/routes/route.user.php:238
|
||||
#: ../../../app/routes/route.user.php:261
|
||||
msgid "Oldest"
|
||||
msgstr "Plus anciennes"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:40
|
||||
#: ../../../app/routes/route.search.php:92
|
||||
#: ../../../app/routes/route.user.php:90 ../../../app/routes/route.user.php:283
|
||||
#: ../../../app/themes/Peafowl/header.php:403
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:77
|
||||
msgid "Albums"
|
||||
msgstr "Albums"
|
||||
|
||||
#: ../../../app/routes/route.account.php:72
|
||||
#: ../../../app/themes/Peafowl/header.php:295
|
||||
#: ../../../app/themes/Peafowl/snippets/modal_login.php:24
|
||||
|
@ -504,28 +534,6 @@ msgstr "Vérifiez les erreurs dans le formulaire pour continuer."
|
|||
msgid "Password required"
|
||||
msgstr "Mot de passe requis"
|
||||
|
||||
#: ../../../app/routes/route.album.php:80
|
||||
#: ../../../app/routes/route.category.php:48
|
||||
#: ../../../app/routes/route.dashboard.php:1105
|
||||
#: ../../../app/routes/route.dashboard.php:1142
|
||||
#: ../../../app/routes/route.dashboard.php:1171
|
||||
#: ../../../app/routes/route.explore.php:34
|
||||
#: ../../../app/routes/route.following.php:21
|
||||
#: ../../../app/routes/route.user.php:187
|
||||
#: ../../../app/routes/route.user.php:232
|
||||
#: ../../../app/routes/route.user.php:255
|
||||
#: ../../../app/themes/Peafowl/views/index.php:46
|
||||
msgid "Most recent"
|
||||
msgstr "Plus récentes"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:1113
|
||||
#: ../../../app/routes/route.dashboard.php:1150
|
||||
#: ../../../app/routes/route.dashboard.php:1179
|
||||
#: ../../../app/routes/route.user.php:238
|
||||
#: ../../../app/routes/route.user.php:261
|
||||
msgid "Oldest"
|
||||
msgstr "Plus anciennes"
|
||||
|
||||
#: ../../../app/routes/route.album.php:96
|
||||
#: ../../../app/routes/route.category.php:64
|
||||
#: ../../../app/routes/route.dashboard.php:1121
|
||||
|
@ -551,6 +559,12 @@ msgstr "Plus aimés"
|
|||
msgid "Share"
|
||||
msgstr "Partager"
|
||||
|
||||
#: ../../../app/routes/route.image.php:127
|
||||
#: ../../../app/themes/Peafowl/snippets/anywhere_upload.php:99
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:110
|
||||
msgid "Embed codes"
|
||||
msgstr "Codes d'intégration"
|
||||
|
||||
#: ../../../app/routes/route.album.php:124
|
||||
#: ../../../app/routes/route.image.php:134
|
||||
msgid "Full info"
|
||||
|
@ -571,14 +585,6 @@ msgstr "Statistiques"
|
|||
msgid "Images"
|
||||
msgstr "Images"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:40
|
||||
#: ../../../app/routes/route.search.php:92
|
||||
#: ../../../app/routes/route.user.php:90 ../../../app/routes/route.user.php:283
|
||||
#: ../../../app/themes/Peafowl/header.php:403
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:77
|
||||
msgid "Albums"
|
||||
msgstr "Albums"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:41
|
||||
#: ../../../app/routes/route.dashboard.php:233
|
||||
#: ../../../app/routes/route.search.php:99
|
||||
|
@ -604,6 +610,12 @@ msgstr "Installer la mise à jour"
|
|||
msgid "check for updates"
|
||||
msgstr "rechercher les mises à jour"
|
||||
|
||||
msgid "Chevereto support"
|
||||
msgstr "Support Chevereto"
|
||||
|
||||
msgid "Need help? Go to %s and you will get help quickly."
|
||||
msgstr "Besoin d'aide ? Aller ici : %s pour en obtenir rapidement."
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:169
|
||||
msgid "PHP version"
|
||||
msgstr "Version de PHP"
|
||||
|
@ -741,6 +753,25 @@ msgstr[1] "%d secondes"
|
|||
msgid "Memory limit"
|
||||
msgstr "Limite de mémoire"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:6
|
||||
msgid "Links"
|
||||
msgstr "Liens"
|
||||
|
||||
msgid "Documentation"
|
||||
msgstr "Documentation"
|
||||
|
||||
msgid "Changelog"
|
||||
msgstr "Changelog"
|
||||
|
||||
msgid "Request new features"
|
||||
msgstr "Demande de nouvelles fonctionnalités"
|
||||
|
||||
msgid "Bug tracking"
|
||||
msgstr "Suivi des bugs"
|
||||
|
||||
msgid "Blog"
|
||||
msgstr "Blog"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:227
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:370
|
||||
msgid "Website"
|
||||
|
@ -876,17 +907,8 @@ msgstr "La page a été ajoutée avec succès."
|
|||
msgid "The page has been deleted."
|
||||
msgstr "Cette page a été supprimée."
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:376
|
||||
msgid "Before cover (homepage)"
|
||||
msgstr "Avant la couverture (page d'accueil)"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:379
|
||||
msgid "After cover (homepage)"
|
||||
msgstr "Après la couverture (page d'accueil)"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:382
|
||||
msgid "After listing (homepage)"
|
||||
msgstr "Après le listing (page d'accueil)"
|
||||
msgid "homepage"
|
||||
msgstr "Page d'accueil"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:390
|
||||
msgid "Before pagination"
|
||||
|
@ -1215,12 +1237,6 @@ msgstr "Abonnements"
|
|||
msgid "About"
|
||||
msgstr "À Propos"
|
||||
|
||||
#: ../../../app/routes/route.image.php:127
|
||||
#: ../../../app/themes/Peafowl/snippets/anywhere_upload.php:99
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:110
|
||||
msgid "Embed codes"
|
||||
msgstr "Codes d'intégration"
|
||||
|
||||
#: ../../../app/routes/route.image.php:144
|
||||
msgid "Image ID"
|
||||
msgstr "ID de l'image"
|
||||
|
@ -2037,10 +2053,6 @@ msgid_plural "albums"
|
|||
msgstr[0] "album"
|
||||
msgstr[1] "albums"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:6
|
||||
msgid "Links"
|
||||
msgstr "Liens"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:9
|
||||
msgid "Viewer links"
|
||||
msgstr "Liens du visualisateur"
|
||||
|
@ -2432,14 +2444,6 @@ msgstr "voir plus"
|
|||
msgid "Load more"
|
||||
msgstr "Voir plus"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing.php:91
|
||||
msgid "Previous"
|
||||
msgstr "Précédent"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing.php:98
|
||||
msgid "Next"
|
||||
msgstr "Suivant"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing_tools_editor.php:10
|
||||
msgid "Select all"
|
||||
msgstr "Tout sélectionner"
|
||||
|
@ -2807,6 +2811,9 @@ msgstr "Administrateur"
|
|||
msgid "This setting is always diabled when using personal website mode."
|
||||
msgstr "Ce réglage est toujours désactivé lorsque vous utilisez le mode personnel."
|
||||
|
||||
msgid "documentation"
|
||||
msgstr "documentation"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:152
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:156
|
||||
msgid "Add category"
|
||||
|
@ -3058,6 +3065,9 @@ msgstr "Définir l'ordre d'affichage"
|
|||
msgid "Page sort order display for menus and listings. Use \"1\" for top priority."
|
||||
msgstr "Ordre d'affichage des pages dans les menus et listes. Utilisez \"1\" pour la priorité maximale."
|
||||
|
||||
msgid "pages"
|
||||
msgstr "pages"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:607
|
||||
#, php-format
|
||||
msgid "Do you really want to delete the page ID %s? This can't be undone."
|
||||
|
@ -3550,6 +3560,9 @@ msgstr "PC Portable"
|
|||
msgid "Desktop"
|
||||
msgstr "PC Fixe"
|
||||
|
||||
msgid "theme editing"
|
||||
msgstr "édition du thème"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1167
|
||||
#, php-format
|
||||
msgid "Put your themes in the %s folder"
|
||||
|
@ -3862,9 +3875,14 @@ msgstr "IDs utilisateur"
|
|||
msgid "Comma-separated list of target user IDs to show images on homepage. Leave it empty to display all recent images."
|
||||
msgstr "Liste des ID d'utilisateur séparés par des virgules pour afficher leurs images sur la page d'accueil. Laissez-le vide pour afficher la liste des images les plus récentes."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1524
|
||||
msgid "Here you can set the codes for the predefined ad spaces."
|
||||
msgstr "Ici vous pouvez insérer les codes pour les espaces publicitaires prédéfinis."
|
||||
msgid "banners"
|
||||
msgstr "bannières"
|
||||
|
||||
msgid "Display available updates notification"
|
||||
msgstr "Afficher les mises à jour disponibles par notification"
|
||||
|
||||
msgid "Enable this to show a notice on top warning you about new available system updates."
|
||||
msgstr "Activer cette option pour afficher une infobox en haut du site pour vous avertir de nouvelles mises à jour système disponibles."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1570
|
||||
msgid "Minify code"
|
||||
|
@ -3882,12 +3900,6 @@ msgstr "Maintenance"
|
|||
msgid "When enabled the website will show a maintenance message. This setting doesn't affect administrators."
|
||||
msgstr "Lors de son activation, le site web affichera un message de maintenance. Ce paramètre n'affecte pas les administrateurs."
|
||||
|
||||
msgid "Display available updates notification"
|
||||
msgstr "Afficher les mises à jour disponibles par notification"
|
||||
|
||||
msgid "Enable this to show a notice on top warning you about new available system updates."
|
||||
msgstr "Activer cette option pour afficher une infobox en haut du site pour vous avertir de nouvelles mises à jour système disponibles."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1565
|
||||
msgid "Crypt salt"
|
||||
msgstr "Grain de sel pour Crypt"
|
||||
|
@ -3930,9 +3942,6 @@ msgstr "Afficher et enregistrer les erreurs"
|
|||
msgid "To configure the debug level check the <a %s>debug documentation</a>. Default level is \"Error log\" (1)."
|
||||
msgstr "Pour paramétrer le niveau de débogage, regardez la <a %s>documentation de débogage</a>. Le niveau par défaut est \"Journal d'erreur\" (1)."
|
||||
|
||||
msgid "documentation"
|
||||
msgstr "documentation"
|
||||
|
||||
msgid "Routing allows you to customize default route binds on the fly. Only alphanumeric, hyphen and underscore characters are allowed. Check out our %s if you want to override or add new routes."
|
||||
msgstr "L'adressage vous permet de personnaliser l'adresse utilisée par défaut. Seuls les caractères alphanumériques, les traits d'union et les underscore sont autorisés. Vérifiez rapidement %s si vous souhaitez ignorer ou ajouter de nouveaux adressages."
|
||||
|
||||
|
@ -4064,6 +4073,9 @@ msgstr "test@exemple.com"
|
|||
msgid "Use this to test how your emails are being delivered. We recommend you to use %s."
|
||||
msgstr "Utilisez cette option pour tester la façon dont vos e-mails sont envoyé. Nous vous recommandons d'utiliser %s"
|
||||
|
||||
msgid "social networks"
|
||||
msgstr "Réseaux sociaux"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1838
|
||||
msgid "You need a <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> for this."
|
||||
msgstr "Nécessite un compte <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a>."
|
||||
|
@ -4116,11 +4128,6 @@ msgstr "ID Client VK"
|
|||
msgid "VK client secret"
|
||||
msgstr "Secret Client VK"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1949
|
||||
#, php-format
|
||||
msgid "CDN allows you to offload static content to several edge servers making your website faster. If you don't have a CDN provider you should try %s."
|
||||
msgstr "Un CDN vous permet de décharger le contenu statique sur plusieurs serveurs, ce qui rend votre site web plus rapide. Si vous n'avez pas de CDN vous devriez essayer %s."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1968
|
||||
#, php-format
|
||||
msgid "You need a <a href=\"%s\" target=\"_blank\">reCAPTCHA key</a> for this."
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,8 +1,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VERSION\n"
|
||||
"POT-Creation-Date: 2016-07-15 17:52+0000\n"
|
||||
"PO-Revision-Date: 2016-07-15 17:52+0000\n"
|
||||
"POT-Creation-Date: 2016-10-17 20:52+0000\n"
|
||||
"PO-Revision-Date: 2016-10-17 20:52+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE TEAM <EMAIL@ADDRESS>\n"
|
||||
"Language: ja\n"
|
||||
|
@ -376,6 +376,36 @@ msgstr "全ての画像を見る"
|
|||
msgid "That page doesn't exist"
|
||||
msgstr "ページが存在しません。"
|
||||
|
||||
#: ../../../app/routes/route.album.php:80
|
||||
#: ../../../app/routes/route.category.php:48
|
||||
#: ../../../app/routes/route.dashboard.php:1105
|
||||
#: ../../../app/routes/route.dashboard.php:1142
|
||||
#: ../../../app/routes/route.dashboard.php:1171
|
||||
#: ../../../app/routes/route.explore.php:34
|
||||
#: ../../../app/routes/route.following.php:21
|
||||
#: ../../../app/routes/route.user.php:187
|
||||
#: ../../../app/routes/route.user.php:232
|
||||
#: ../../../app/routes/route.user.php:255
|
||||
#: ../../../app/themes/Peafowl/views/index.php:46
|
||||
msgid "Most recent"
|
||||
msgstr "新しい順"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:1113
|
||||
#: ../../../app/routes/route.dashboard.php:1150
|
||||
#: ../../../app/routes/route.dashboard.php:1179
|
||||
#: ../../../app/routes/route.user.php:238
|
||||
#: ../../../app/routes/route.user.php:261
|
||||
msgid "Oldest"
|
||||
msgstr "古い順"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:40
|
||||
#: ../../../app/routes/route.search.php:92
|
||||
#: ../../../app/routes/route.user.php:90 ../../../app/routes/route.user.php:283
|
||||
#: ../../../app/themes/Peafowl/header.php:403
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:77
|
||||
msgid "Albums"
|
||||
msgstr "アルバム"
|
||||
|
||||
#: ../../../app/routes/route.account.php:72
|
||||
#: ../../../app/themes/Peafowl/header.php:295
|
||||
#: ../../../app/themes/Peafowl/snippets/modal_login.php:24
|
||||
|
@ -494,28 +524,6 @@ msgstr "先に進むためには、フォーム内のエラーを修正してく
|
|||
msgid "Password required"
|
||||
msgstr "パスワードが必要です。"
|
||||
|
||||
#: ../../../app/routes/route.album.php:80
|
||||
#: ../../../app/routes/route.category.php:48
|
||||
#: ../../../app/routes/route.dashboard.php:1105
|
||||
#: ../../../app/routes/route.dashboard.php:1142
|
||||
#: ../../../app/routes/route.dashboard.php:1171
|
||||
#: ../../../app/routes/route.explore.php:34
|
||||
#: ../../../app/routes/route.following.php:21
|
||||
#: ../../../app/routes/route.user.php:187
|
||||
#: ../../../app/routes/route.user.php:232
|
||||
#: ../../../app/routes/route.user.php:255
|
||||
#: ../../../app/themes/Peafowl/views/index.php:46
|
||||
msgid "Most recent"
|
||||
msgstr "新しい順"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:1113
|
||||
#: ../../../app/routes/route.dashboard.php:1150
|
||||
#: ../../../app/routes/route.dashboard.php:1179
|
||||
#: ../../../app/routes/route.user.php:238
|
||||
#: ../../../app/routes/route.user.php:261
|
||||
msgid "Oldest"
|
||||
msgstr "古い順"
|
||||
|
||||
#: ../../../app/routes/route.album.php:96
|
||||
#: ../../../app/routes/route.category.php:64
|
||||
#: ../../../app/routes/route.dashboard.php:1121
|
||||
|
@ -541,6 +549,12 @@ msgstr "もっともいいね!されている"
|
|||
msgid "Share"
|
||||
msgstr "共有"
|
||||
|
||||
#: ../../../app/routes/route.image.php:127
|
||||
#: ../../../app/themes/Peafowl/snippets/anywhere_upload.php:99
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:110
|
||||
msgid "Embed codes"
|
||||
msgstr "埋め込みコード"
|
||||
|
||||
#: ../../../app/routes/route.album.php:124
|
||||
#: ../../../app/routes/route.image.php:134
|
||||
msgid "Full info"
|
||||
|
@ -561,14 +575,6 @@ msgstr "最新状況"
|
|||
msgid "Images"
|
||||
msgstr "画像"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:40
|
||||
#: ../../../app/routes/route.search.php:92
|
||||
#: ../../../app/routes/route.user.php:90 ../../../app/routes/route.user.php:283
|
||||
#: ../../../app/themes/Peafowl/header.php:403
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:77
|
||||
msgid "Albums"
|
||||
msgstr "アルバム"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:41
|
||||
#: ../../../app/routes/route.dashboard.php:233
|
||||
#: ../../../app/routes/route.search.php:99
|
||||
|
@ -594,6 +600,12 @@ msgstr "更新をインストール"
|
|||
msgid "check for updates"
|
||||
msgstr "アップデートのチェック"
|
||||
|
||||
msgid "Chevereto support"
|
||||
msgstr "Cheveretoサポート"
|
||||
|
||||
msgid "Need help? Go to %s and you will get help quickly."
|
||||
msgstr "ヘルプが必要な方は、 %s まで。"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:169
|
||||
msgid "PHP version"
|
||||
msgstr "PHPバージョン"
|
||||
|
@ -730,6 +742,25 @@ msgstr[0] "%d 秒"
|
|||
msgid "Memory limit"
|
||||
msgstr "メモリ制限"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:6
|
||||
msgid "Links"
|
||||
msgstr "リンク"
|
||||
|
||||
msgid "Documentation"
|
||||
msgstr "ドキュメント"
|
||||
|
||||
msgid "Changelog"
|
||||
msgstr "変更履歴"
|
||||
|
||||
msgid "Request new features"
|
||||
msgstr "新機能のリクエスト"
|
||||
|
||||
msgid "Bug tracking"
|
||||
msgstr "バグ修正過程"
|
||||
|
||||
msgid "Blog"
|
||||
msgstr "ブログ"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:227
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:370
|
||||
msgid "Website"
|
||||
|
@ -823,6 +854,9 @@ msgstr "ツール"
|
|||
msgid "Can't delete all homepage cover images"
|
||||
msgstr "すべてのホームページのヘッダ画像は削除できません。"
|
||||
|
||||
msgid "Homepage cover image deleted"
|
||||
msgstr "ホームページのトップ画像を削除しました。"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:278
|
||||
msgid "Local"
|
||||
msgstr "ローカル"
|
||||
|
@ -862,17 +896,14 @@ msgstr "ページは正常に追加されました。"
|
|||
msgid "The page has been deleted."
|
||||
msgstr "ページは削除されました。"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:376
|
||||
msgid "Before cover (homepage)"
|
||||
msgstr "カバー画像の前 (ホームページ)"
|
||||
msgid "homepage"
|
||||
msgstr "ホームページ"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:379
|
||||
msgid "After cover (homepage)"
|
||||
msgstr "カバー画像の後 (ホームページ)"
|
||||
msgid "After call to action (%s)"
|
||||
msgstr "アクション呼び出し後 (%s)"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:382
|
||||
msgid "After listing (homepage)"
|
||||
msgstr "リストの後 (ホームページ)"
|
||||
msgid "After cover (%s)"
|
||||
msgstr "カバーの後 (%s)"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:390
|
||||
msgid "Before pagination"
|
||||
|
@ -1146,6 +1177,9 @@ msgstr "既にあるフォルダ (%f) と %m は紐付けできません。"
|
|||
msgid "Can't map %m to an existing route (%r)"
|
||||
msgstr "既にあるルート (%r) と %m は紐付けできません。"
|
||||
|
||||
msgid "Can't map %m to %r (username collision)"
|
||||
msgstr "マップを作成できません。 %m%r (ユーザ名の不一致により)"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:860
|
||||
msgid "Invalid SMTP server"
|
||||
msgstr "有効なSMTPサーバーではありません。"
|
||||
|
@ -1198,12 +1232,6 @@ msgstr "フォロー中"
|
|||
msgid "About"
|
||||
msgstr "詳細"
|
||||
|
||||
#: ../../../app/routes/route.image.php:127
|
||||
#: ../../../app/themes/Peafowl/snippets/anywhere_upload.php:99
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:110
|
||||
msgid "Embed codes"
|
||||
msgstr "埋め込みコード"
|
||||
|
||||
#: ../../../app/routes/route.image.php:144
|
||||
msgid "Image ID"
|
||||
msgstr "画像ID"
|
||||
|
@ -2019,10 +2047,6 @@ msgid "album"
|
|||
msgid_plural "albums"
|
||||
msgstr[0] "アルバム"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:6
|
||||
msgid "Links"
|
||||
msgstr "リンク"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:9
|
||||
msgid "Viewer links"
|
||||
msgstr "閲覧用リンク"
|
||||
|
@ -2413,14 +2437,6 @@ msgstr "もっと見る"
|
|||
msgid "Load more"
|
||||
msgstr "さらに表示"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing.php:91
|
||||
msgid "Previous"
|
||||
msgstr "前へ"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing.php:98
|
||||
msgid "Next"
|
||||
msgstr "次へ"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing_tools_editor.php:10
|
||||
msgid "Select all"
|
||||
msgstr "全て選択"
|
||||
|
@ -2786,6 +2802,12 @@ msgstr "管理者"
|
|||
msgid "This setting is always diabled when using personal website mode."
|
||||
msgstr "この設定は個人Webサイトモードを利用している時は常に無効です。"
|
||||
|
||||
msgid "documentation"
|
||||
msgstr "ドキュメント"
|
||||
|
||||
msgid "Learn more about %s at our %d."
|
||||
msgstr "%sについての詳細は、 %dから。"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:152
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:156
|
||||
msgid "Add category"
|
||||
|
@ -3037,11 +3059,17 @@ msgstr "並び順を表示"
|
|||
msgid "Page sort order display for menus and listings. Use \"1\" for top priority."
|
||||
msgstr "ページの並び順をメニューやリスティングに表示するために、プライオリティに1を使用してください。"
|
||||
|
||||
msgid "pages"
|
||||
msgstr "ページ"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:607
|
||||
#, php-format
|
||||
msgid "Do you really want to delete the page ID %s? This can't be undone."
|
||||
msgstr "ページID %s を本当に削除しますか?削除すると元に戻せません。"
|
||||
|
||||
msgid "Unchecked image formats won't be allowed to be uploaded."
|
||||
msgstr "未確認の画像フォーマットでは、アップロードが行えません。"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:630
|
||||
msgid "Enable uploads"
|
||||
msgstr "アップロード"
|
||||
|
@ -3058,6 +3086,9 @@ msgstr "ゲストとしてアップロード"
|
|||
msgid "Enable this if you want to allow non registered users to upload."
|
||||
msgstr "未登録ユーザのアップロードを許可するときに有効にしてください。"
|
||||
|
||||
msgid "Number of simultaneous upload threads (parallel uploads)"
|
||||
msgstr "同時アップロードのスレッド数(平行して動じにアップロード)"
|
||||
|
||||
msgid "Redirect on single upload"
|
||||
msgstr "ファイル毎のアップロードへリダイレクト"
|
||||
|
||||
|
@ -3529,6 +3560,9 @@ msgstr "ラップトップ"
|
|||
msgid "Desktop"
|
||||
msgstr "デスクトップ"
|
||||
|
||||
msgid "theme editing"
|
||||
msgstr "テーマ編集"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1167
|
||||
#, php-format
|
||||
msgid "Put your themes in the %s folder"
|
||||
|
@ -3841,9 +3875,20 @@ msgstr "ユーザID"
|
|||
msgid "Comma-separated list of target user IDs to show images on homepage. Leave it empty to display all recent images."
|
||||
msgstr "ホームページに表示したい画像のユーザーIDをコンマで区切って入力してください。空白の情愛で全ての最近の画像を表示します。"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1524
|
||||
msgid "Here you can set the codes for the predefined ad spaces."
|
||||
msgstr "広告スペースを事前に定義するためのコードをここへセットします。"
|
||||
msgid "banners"
|
||||
msgstr "広告バナー"
|
||||
|
||||
msgid "Automatic updates check"
|
||||
msgstr "アップデートを自動でチェック"
|
||||
|
||||
msgid "When enabled the system will automatically check for new updates."
|
||||
msgstr "システムが自動でアップデートをチェックします。"
|
||||
|
||||
msgid "Display available updates notification"
|
||||
msgstr "アップデートの通知を有効化"
|
||||
|
||||
msgid "Enable this to show a notice on top warning you about new available system updates."
|
||||
msgstr "システムアップデートがリリースされた場合に歳重用通知として表示を有効化"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1570
|
||||
msgid "Minify code"
|
||||
|
@ -3861,12 +3906,6 @@ msgstr "メンテナンスモード"
|
|||
msgid "When enabled the website will show a maintenance message. This setting doesn't affect administrators."
|
||||
msgstr "有効にされている場合、メンテナンスモードと表示されます。この設定は管理者には影響しません。"
|
||||
|
||||
msgid "Display available updates notification"
|
||||
msgstr "アップデートの通知を有効化"
|
||||
|
||||
msgid "Enable this to show a notice on top warning you about new available system updates."
|
||||
msgstr "システムアップデートがリリースされた場合に歳重用通知として表示を有効化"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1565
|
||||
msgid "Crypt salt"
|
||||
msgstr "暗号化のためのキー"
|
||||
|
@ -3909,9 +3948,6 @@ msgstr "エラー表示(ログを含む)"
|
|||
msgid "To configure the debug level check the <a %s>debug documentation</a>. Default level is \"Error log\" (1)."
|
||||
msgstr "デバッグレベルの設定は <a %s>debug documentation</a>を確認してください。 ディフォルトは \"Error log\" (1)です。"
|
||||
|
||||
msgid "documentation"
|
||||
msgstr "ドキュメント"
|
||||
|
||||
msgid "Routing allows you to customize default route binds on the fly. Only alphanumeric, hyphen and underscore characters are allowed. Check out our %s if you want to override or add new routes."
|
||||
msgstr "ルーティングは、既定のルートに直ちに反映されます。英数字、ハイフン、アンダースコアのみ有効です。ルートの新規追加、更新は、%sを確認してください。"
|
||||
|
||||
|
@ -3924,6 +3960,12 @@ msgstr "%sへのルート"
|
|||
msgid "Album routing"
|
||||
msgstr "アルバムへのルーティング"
|
||||
|
||||
msgid "Custom language strings"
|
||||
msgstr "個別の言語文字列"
|
||||
|
||||
msgid "language strings"
|
||||
msgstr "言語"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1611
|
||||
msgid "Default language"
|
||||
msgstr "既定の言語"
|
||||
|
@ -4043,6 +4085,9 @@ msgstr "test@somedomain.com"
|
|||
msgid "Use this to test how your emails are being delivered. We recommend you to use %s."
|
||||
msgstr "メールアドレスにどのように送信されるかをテストする場合にこちらを利用してください。%sを使用することをお勧めします。"
|
||||
|
||||
msgid "social networks"
|
||||
msgstr "ソーシャル・ネットワーク"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1838
|
||||
msgid "You need a <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> for this."
|
||||
msgstr "この機能を使用するためには、<a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebookアプリ</a>が必要です。"
|
||||
|
@ -4095,11 +4140,6 @@ msgstr "VKクライアントID"
|
|||
msgid "VK client secret"
|
||||
msgstr "VKクライアントシークレットキー"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1949
|
||||
#, php-format
|
||||
msgid "CDN allows you to offload static content to several edge servers making your website faster. If you don't have a CDN provider you should try %s."
|
||||
msgstr "CDNは、静的コンテンツを複数のサーバへ保存するため、あなたのサイトの表示が格段に速くなります。CDN提供会社をご存じない場合、%sをお試し下さい。"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1968
|
||||
#, php-format
|
||||
msgid "You need a <a href=\"%s\" target=\"_blank\">reCAPTCHA key</a> for this."
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VERSION\n"
|
||||
"POT-Creation-Date: 2016-07-15 17:52+0000\n"
|
||||
"PO-Revision-Date: 2016-07-15 17:52+0000\n"
|
||||
"POT-Creation-Date: 2016-10-17 20:52+0000\n"
|
||||
"PO-Revision-Date: 2016-10-17 20:52+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE TEAM <EMAIL@ADDRESS>\n"
|
||||
"Language: ru\n"
|
||||
|
@ -158,7 +158,7 @@ msgid "Note: This content is private. Change privacy to \"public\" to share."
|
|||
msgstr "Внимание: Это скрытое содержимое. Чтобы поделиться им, измените настройки видимости на \"Публичное\"."
|
||||
|
||||
msgid "After %n %t"
|
||||
msgstr "После %n %t"
|
||||
msgstr "Через %n %t"
|
||||
|
||||
#: ../../../app/lib/classes/class.image.php:348
|
||||
msgid "Don't autodelete"
|
||||
|
@ -396,6 +396,36 @@ msgstr "Показать мои изображения"
|
|||
msgid "That page doesn't exist"
|
||||
msgstr "Эта страница не существует"
|
||||
|
||||
#: ../../../app/routes/route.album.php:80
|
||||
#: ../../../app/routes/route.category.php:48
|
||||
#: ../../../app/routes/route.dashboard.php:1105
|
||||
#: ../../../app/routes/route.dashboard.php:1142
|
||||
#: ../../../app/routes/route.dashboard.php:1171
|
||||
#: ../../../app/routes/route.explore.php:34
|
||||
#: ../../../app/routes/route.following.php:21
|
||||
#: ../../../app/routes/route.user.php:187
|
||||
#: ../../../app/routes/route.user.php:232
|
||||
#: ../../../app/routes/route.user.php:255
|
||||
#: ../../../app/themes/Peafowl/views/index.php:46
|
||||
msgid "Most recent"
|
||||
msgstr "Новые"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:1113
|
||||
#: ../../../app/routes/route.dashboard.php:1150
|
||||
#: ../../../app/routes/route.dashboard.php:1179
|
||||
#: ../../../app/routes/route.user.php:238
|
||||
#: ../../../app/routes/route.user.php:261
|
||||
msgid "Oldest"
|
||||
msgstr "Старые"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:40
|
||||
#: ../../../app/routes/route.search.php:92
|
||||
#: ../../../app/routes/route.user.php:90 ../../../app/routes/route.user.php:283
|
||||
#: ../../../app/themes/Peafowl/header.php:403
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:77
|
||||
msgid "Albums"
|
||||
msgstr "Альбомы"
|
||||
|
||||
#: ../../../app/routes/route.account.php:72
|
||||
#: ../../../app/themes/Peafowl/header.php:295
|
||||
#: ../../../app/themes/Peafowl/snippets/modal_login.php:24
|
||||
|
@ -514,28 +544,6 @@ msgstr "Перед тем как продолжить, проверьте пра
|
|||
msgid "Password required"
|
||||
msgstr "Требуется указать пароль"
|
||||
|
||||
#: ../../../app/routes/route.album.php:80
|
||||
#: ../../../app/routes/route.category.php:48
|
||||
#: ../../../app/routes/route.dashboard.php:1105
|
||||
#: ../../../app/routes/route.dashboard.php:1142
|
||||
#: ../../../app/routes/route.dashboard.php:1171
|
||||
#: ../../../app/routes/route.explore.php:34
|
||||
#: ../../../app/routes/route.following.php:21
|
||||
#: ../../../app/routes/route.user.php:187
|
||||
#: ../../../app/routes/route.user.php:232
|
||||
#: ../../../app/routes/route.user.php:255
|
||||
#: ../../../app/themes/Peafowl/views/index.php:46
|
||||
msgid "Most recent"
|
||||
msgstr "Новые"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:1113
|
||||
#: ../../../app/routes/route.dashboard.php:1150
|
||||
#: ../../../app/routes/route.dashboard.php:1179
|
||||
#: ../../../app/routes/route.user.php:238
|
||||
#: ../../../app/routes/route.user.php:261
|
||||
msgid "Oldest"
|
||||
msgstr "Старые"
|
||||
|
||||
#: ../../../app/routes/route.album.php:96
|
||||
#: ../../../app/routes/route.category.php:64
|
||||
#: ../../../app/routes/route.dashboard.php:1121
|
||||
|
@ -561,6 +569,12 @@ msgstr "С наивысшим рейтингом"
|
|||
msgid "Share"
|
||||
msgstr "Поделиться"
|
||||
|
||||
#: ../../../app/routes/route.image.php:127
|
||||
#: ../../../app/themes/Peafowl/snippets/anywhere_upload.php:99
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:110
|
||||
msgid "Embed codes"
|
||||
msgstr "Коды для встраивания"
|
||||
|
||||
#: ../../../app/routes/route.album.php:124
|
||||
#: ../../../app/routes/route.image.php:134
|
||||
msgid "Full info"
|
||||
|
@ -581,14 +595,6 @@ msgstr "Статистика"
|
|||
msgid "Images"
|
||||
msgstr "Изображения"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:40
|
||||
#: ../../../app/routes/route.search.php:92
|
||||
#: ../../../app/routes/route.user.php:90 ../../../app/routes/route.user.php:283
|
||||
#: ../../../app/themes/Peafowl/header.php:403
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:77
|
||||
msgid "Albums"
|
||||
msgstr "Альбомы"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:41
|
||||
#: ../../../app/routes/route.dashboard.php:233
|
||||
#: ../../../app/routes/route.search.php:99
|
||||
|
@ -614,6 +620,12 @@ msgstr "установить обновление"
|
|||
msgid "check for updates"
|
||||
msgstr "проверить обновления"
|
||||
|
||||
msgid "Chevereto support"
|
||||
msgstr "Тех поддержка Chevereto"
|
||||
|
||||
msgid "Need help? Go to %s and you will get help quickly."
|
||||
msgstr "Нужна помощь? Посетите %s и мы быстро поможем вам."
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:169
|
||||
msgid "PHP version"
|
||||
msgstr "Версия PHP"
|
||||
|
@ -752,6 +764,25 @@ msgstr[2] "%d секунд"
|
|||
msgid "Memory limit"
|
||||
msgstr "Ограничение памяти"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:6
|
||||
msgid "Links"
|
||||
msgstr "Ссылки"
|
||||
|
||||
msgid "Documentation"
|
||||
msgstr "Документация"
|
||||
|
||||
msgid "Changelog"
|
||||
msgstr "Список изменений"
|
||||
|
||||
msgid "Request new features"
|
||||
msgstr "Запрос на новые функции"
|
||||
|
||||
msgid "Bug tracking"
|
||||
msgstr "Баг трекер"
|
||||
|
||||
msgid "Blog"
|
||||
msgstr "Блог"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:227
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:370
|
||||
msgid "Website"
|
||||
|
@ -887,17 +918,20 @@ msgstr "Страница успешно создана."
|
|||
msgid "The page has been deleted."
|
||||
msgstr "Страница удалена."
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:376
|
||||
msgid "Before cover (homepage)"
|
||||
msgstr "До обложки (на главной)"
|
||||
msgid "homepage"
|
||||
msgstr "главная страница"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:379
|
||||
msgid "After cover (homepage)"
|
||||
msgstr "После обложки (на главной)"
|
||||
msgid "Before main title (%s)"
|
||||
msgstr "Перед главным заголовком (%s)"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:382
|
||||
msgid "After listing (homepage)"
|
||||
msgstr "После списка изображений (на главной)"
|
||||
msgid "After call to action (%s)"
|
||||
msgstr "После кнопки призыва к действию (%s)"
|
||||
|
||||
msgid "After cover (%s)"
|
||||
msgstr "После обложки (%s)"
|
||||
|
||||
msgid "After listing (%s)"
|
||||
msgstr "После списка изображений (%s)"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:390
|
||||
msgid "Before pagination"
|
||||
|
@ -1226,12 +1260,6 @@ msgstr "Подписан"
|
|||
msgid "About"
|
||||
msgstr "Информация"
|
||||
|
||||
#: ../../../app/routes/route.image.php:127
|
||||
#: ../../../app/themes/Peafowl/snippets/anywhere_upload.php:99
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:110
|
||||
msgid "Embed codes"
|
||||
msgstr "Коды для встраивания"
|
||||
|
||||
#: ../../../app/routes/route.image.php:144
|
||||
msgid "Image ID"
|
||||
msgstr "ID изображения"
|
||||
|
@ -2049,10 +2077,6 @@ msgstr[0] "альбом"
|
|||
msgstr[1] "альбома"
|
||||
msgstr[2] "альбомов"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:6
|
||||
msgid "Links"
|
||||
msgstr "Ссылки"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:9
|
||||
msgid "Viewer links"
|
||||
msgstr "Ссылки на просмотр"
|
||||
|
@ -2445,14 +2469,6 @@ msgstr "показать ещё"
|
|||
msgid "Load more"
|
||||
msgstr "Загрузить ещё"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing.php:91
|
||||
msgid "Previous"
|
||||
msgstr "Предыдущая"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing.php:98
|
||||
msgid "Next"
|
||||
msgstr "Следующая"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing_tools_editor.php:10
|
||||
msgid "Select all"
|
||||
msgstr "Выделить все"
|
||||
|
@ -2822,6 +2838,12 @@ msgstr "Администратор"
|
|||
msgid "This setting is always diabled when using personal website mode."
|
||||
msgstr "Данная настройка всегда выключена, если вы используете персональный режим."
|
||||
|
||||
msgid "documentation"
|
||||
msgstr "документацию"
|
||||
|
||||
msgid "Learn more about %s at our %d."
|
||||
msgstr "Узнайте больше о %s на %d."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:152
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:156
|
||||
msgid "Add category"
|
||||
|
@ -3073,11 +3095,17 @@ msgstr "Порядок при сортировке"
|
|||
msgid "Page sort order display for menus and listings. Use \"1\" for top priority."
|
||||
msgstr "Порядок отображения в меню и списках. Используйте \"1\" как вершину списка."
|
||||
|
||||
msgid "pages"
|
||||
msgstr "страницы"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:607
|
||||
#, php-format
|
||||
msgid "Do you really want to delete the page ID %s? This can't be undone."
|
||||
msgstr "Вы действительно хотите удалить страницу с ID %s? Это действие необратимо."
|
||||
|
||||
msgid "Unchecked image formats won't be allowed to be uploaded."
|
||||
msgstr "Только отмеченные форматы будут доступны для загрузки."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:630
|
||||
msgid "Enable uploads"
|
||||
msgstr "Включить загрузку"
|
||||
|
@ -3094,6 +3122,9 @@ msgstr "Гостевые загрузки"
|
|||
msgid "Enable this if you want to allow non registered users to upload."
|
||||
msgstr "Включите, если хотите позволить загружать изображения незарегистрированным пользователям."
|
||||
|
||||
msgid "Number of simultaneous upload threads (parallel uploads)"
|
||||
msgstr "Количество одновременных (параллельных) загрузок"
|
||||
|
||||
msgid "Redirect on single upload"
|
||||
msgstr "Переадресация при одиночной загрузке"
|
||||
|
||||
|
@ -3565,6 +3596,9 @@ msgstr "Ноутбук"
|
|||
msgid "Desktop"
|
||||
msgstr "ПК"
|
||||
|
||||
msgid "theme editing"
|
||||
msgstr "редактирование темы"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1167
|
||||
#, php-format
|
||||
msgid "Put your themes in the %s folder"
|
||||
|
@ -3753,7 +3787,7 @@ msgstr "Включите, чтобы дать пользователям воз
|
|||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1377
|
||||
msgid "Custom CSS code"
|
||||
msgstr "Собственный CSS"
|
||||
msgstr "Дополнительный CSS"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1378
|
||||
msgid "Put your custom CSS code here. It will be placed as <style> just before the closing </head> tag."
|
||||
|
@ -3761,7 +3795,7 @@ msgstr "Вставьте сюда ваш собственный CSS код. Он
|
|||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1382
|
||||
msgid "Custom JS code"
|
||||
msgstr "Собственный JS"
|
||||
msgstr "Дополнительный JS"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1383
|
||||
msgid "Put your custom JS code here. It will be placed as <script> just before the closing </head> tag."
|
||||
|
@ -3877,9 +3911,20 @@ msgstr "ID пользователей"
|
|||
msgid "Comma-separated list of target user IDs to show images on homepage. Leave it empty to display all recent images."
|
||||
msgstr "Список числовых идентификаторов пользователей (через запятую), изображения которых, будут показываться на главной странице. Оставьте поле пустым, чтобы показывать все новые изображения."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1524
|
||||
msgid "Here you can set the codes for the predefined ad spaces."
|
||||
msgstr "Здесь вы можете ввести коды для заданных мест размещения рекламы."
|
||||
msgid "banners"
|
||||
msgstr "баннеры"
|
||||
|
||||
msgid "Automatic updates check"
|
||||
msgstr "Автоматическая проверка обновлений"
|
||||
|
||||
msgid "When enabled the system will automatically check for new updates."
|
||||
msgstr "Если включить данную настройку то система будет автоматически проверять обновления"
|
||||
|
||||
msgid "Display available updates notification"
|
||||
msgstr "Показывать уведомление об обновлении"
|
||||
|
||||
msgid "Enable this to show a notice on top warning you about new available system updates."
|
||||
msgstr "Включите, чтобы показывать уведомления об обновлении в верхней части экрана."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1570
|
||||
msgid "Minify code"
|
||||
|
@ -3897,12 +3942,6 @@ msgstr "Обслуживание"
|
|||
msgid "When enabled the website will show a maintenance message. This setting doesn't affect administrators."
|
||||
msgstr "При включении, отображает на сайте сообщение о техническом обслуживании. Эта настройка не влияет на администраторов."
|
||||
|
||||
msgid "Display available updates notification"
|
||||
msgstr "Показывать уведомление об обновлении"
|
||||
|
||||
msgid "Enable this to show a notice on top warning you about new available system updates."
|
||||
msgstr "Включите, чтобы показывать уведомления об обновлении в верхней части экрана."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1565
|
||||
msgid "Crypt salt"
|
||||
msgstr "Криптографическая соль"
|
||||
|
@ -3945,9 +3984,6 @@ msgstr "Выводить ошибки с записью в журнал"
|
|||
msgid "To configure the debug level check the <a %s>debug documentation</a>. Default level is \"Error log\" (1)."
|
||||
msgstr "Подробнее об уровнях отладки можно узнать в <a %s>документации</a>. Значение по-умолчанию: \"Записывать в журнал\" (1)."
|
||||
|
||||
msgid "documentation"
|
||||
msgstr "документацию"
|
||||
|
||||
msgid "Routing allows you to customize default route binds on the fly. Only alphanumeric, hyphen and underscore characters are allowed. Check out our %s if you want to override or add new routes."
|
||||
msgstr "Маршрутизация позволяет изменять адреса ресурсов. В качестве имени маршрута можно использовать только цифры, латинские буквы, дефис и нижнее подчеркивание. Посмотрите нашу %s если вы хотите изменить маршрут или добавить новый."
|
||||
|
||||
|
@ -3960,6 +3996,12 @@ msgstr "Маршрутизация для %s"
|
|||
msgid "Album routing"
|
||||
msgstr "Маршрутизация альбомов"
|
||||
|
||||
msgid "Custom language strings"
|
||||
msgstr "Дополнительные строки перевода"
|
||||
|
||||
msgid "language strings"
|
||||
msgstr "строки перевода"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1611
|
||||
msgid "Default language"
|
||||
msgstr "Язык по-умолчанию"
|
||||
|
@ -4079,6 +4121,9 @@ msgstr "test@somedomain.ru"
|
|||
msgid "Use this to test how your emails are being delivered. We recommend you to use %s."
|
||||
msgstr "Используйте эту форму для проверки доставки сообщений. Мы рекомендуем Вам использовать %s."
|
||||
|
||||
msgid "social networks"
|
||||
msgstr "социальные сети"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1838
|
||||
msgid "You need a <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> for this."
|
||||
msgstr "Для этого вам необходимы <a href=\"https://developers.facebook.com/\" target=\"_blank\">инструменты разработчика Facebook</a>."
|
||||
|
@ -4131,11 +4176,6 @@ msgstr "ID клиента ВКонтакте"
|
|||
msgid "VK client secret"
|
||||
msgstr "Секретный ключ клиента ВКонтакте"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1949
|
||||
#, php-format
|
||||
msgid "CDN allows you to offload static content to several edge servers making your website faster. If you don't have a CDN provider you should try %s."
|
||||
msgstr "CDN позволяет увеличить скорость работы сайта и снизить нагрузку на сервер путем переноса статичного содержимого на несколько переферейных серверов. Если вы еще не используете CDN, попробуйте %s."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1968
|
||||
#, php-format
|
||||
msgid "You need a <a href=\"%s\" target=\"_blank\">reCAPTCHA key</a> for this."
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VERSION\n"
|
||||
"POT-Creation-Date: 2016-08-14 03:30+0000\n"
|
||||
"PO-Revision-Date: 2016-08-14 03:30+0000\n"
|
||||
"POT-Creation-Date: 2016-10-17 20:52+0000\n"
|
||||
"PO-Revision-Date: 2016-10-17 20:52+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE TEAM <EMAIL@ADDRESS>\n"
|
||||
"Language: zh_CN\n"
|
||||
|
@ -146,7 +146,7 @@ msgid "%s's images"
|
|||
msgstr "%s 的图片"
|
||||
|
||||
msgid "Note: This content is private but anyone with the link will be able to see this."
|
||||
msgstr "注: 此内容是加密的, 但任何人通过链接将能够看到它."
|
||||
msgstr "注: 此内容是私密的, 但任何人通过链接将能够看到它."
|
||||
|
||||
msgid "Note: This content is password protected. Remember to pass the content password to share."
|
||||
msgstr "注意: 此内容已使用密码保护. 请通过密码来共享使用."
|
||||
|
@ -376,6 +376,36 @@ msgstr "查看我的所有图片"
|
|||
msgid "That page doesn't exist"
|
||||
msgstr "该页面不存在"
|
||||
|
||||
#: ../../../app/routes/route.album.php:80
|
||||
#: ../../../app/routes/route.category.php:48
|
||||
#: ../../../app/routes/route.dashboard.php:1105
|
||||
#: ../../../app/routes/route.dashboard.php:1142
|
||||
#: ../../../app/routes/route.dashboard.php:1171
|
||||
#: ../../../app/routes/route.explore.php:34
|
||||
#: ../../../app/routes/route.following.php:21
|
||||
#: ../../../app/routes/route.user.php:187
|
||||
#: ../../../app/routes/route.user.php:232
|
||||
#: ../../../app/routes/route.user.php:255
|
||||
#: ../../../app/themes/Peafowl/views/index.php:46
|
||||
msgid "Most recent"
|
||||
msgstr "最新的"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:1113
|
||||
#: ../../../app/routes/route.dashboard.php:1150
|
||||
#: ../../../app/routes/route.dashboard.php:1179
|
||||
#: ../../../app/routes/route.user.php:238
|
||||
#: ../../../app/routes/route.user.php:261
|
||||
msgid "Oldest"
|
||||
msgstr "最旧的"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:40
|
||||
#: ../../../app/routes/route.search.php:92
|
||||
#: ../../../app/routes/route.user.php:90 ../../../app/routes/route.user.php:283
|
||||
#: ../../../app/themes/Peafowl/header.php:403
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:77
|
||||
msgid "Albums"
|
||||
msgstr "相册"
|
||||
|
||||
#: ../../../app/routes/route.account.php:72
|
||||
#: ../../../app/themes/Peafowl/header.php:295
|
||||
#: ../../../app/themes/Peafowl/snippets/modal_login.php:24
|
||||
|
@ -494,28 +524,6 @@ msgstr "请检查错误并继续."
|
|||
msgid "Password required"
|
||||
msgstr "需要密码"
|
||||
|
||||
#: ../../../app/routes/route.album.php:80
|
||||
#: ../../../app/routes/route.category.php:48
|
||||
#: ../../../app/routes/route.dashboard.php:1105
|
||||
#: ../../../app/routes/route.dashboard.php:1142
|
||||
#: ../../../app/routes/route.dashboard.php:1171
|
||||
#: ../../../app/routes/route.explore.php:34
|
||||
#: ../../../app/routes/route.following.php:21
|
||||
#: ../../../app/routes/route.user.php:187
|
||||
#: ../../../app/routes/route.user.php:232
|
||||
#: ../../../app/routes/route.user.php:255
|
||||
#: ../../../app/themes/Peafowl/views/index.php:46
|
||||
msgid "Most recent"
|
||||
msgstr "最新的"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:1113
|
||||
#: ../../../app/routes/route.dashboard.php:1150
|
||||
#: ../../../app/routes/route.dashboard.php:1179
|
||||
#: ../../../app/routes/route.user.php:238
|
||||
#: ../../../app/routes/route.user.php:261
|
||||
msgid "Oldest"
|
||||
msgstr "最旧的"
|
||||
|
||||
#: ../../../app/routes/route.album.php:96
|
||||
#: ../../../app/routes/route.category.php:64
|
||||
#: ../../../app/routes/route.dashboard.php:1121
|
||||
|
@ -541,6 +549,12 @@ msgstr "最喜欢的"
|
|||
msgid "Share"
|
||||
msgstr "分享"
|
||||
|
||||
#: ../../../app/routes/route.image.php:127
|
||||
#: ../../../app/themes/Peafowl/snippets/anywhere_upload.php:99
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:110
|
||||
msgid "Embed codes"
|
||||
msgstr "嵌入代码"
|
||||
|
||||
#: ../../../app/routes/route.album.php:124
|
||||
#: ../../../app/routes/route.image.php:134
|
||||
msgid "Full info"
|
||||
|
@ -561,14 +575,6 @@ msgstr "统计"
|
|||
msgid "Images"
|
||||
msgstr "图片"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:40
|
||||
#: ../../../app/routes/route.search.php:92
|
||||
#: ../../../app/routes/route.user.php:90 ../../../app/routes/route.user.php:283
|
||||
#: ../../../app/themes/Peafowl/header.php:403
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:77
|
||||
msgid "Albums"
|
||||
msgstr "相册"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:41
|
||||
#: ../../../app/routes/route.dashboard.php:233
|
||||
#: ../../../app/routes/route.search.php:99
|
||||
|
@ -594,6 +600,12 @@ msgstr "安装更新"
|
|||
msgid "check for updates"
|
||||
msgstr "检查更新"
|
||||
|
||||
msgid "Chevereto support"
|
||||
msgstr "Chevereto支持"
|
||||
|
||||
msgid "Need help? Go to %s and you will get help quickly."
|
||||
msgstr "需要帮助? 转到%s, 您将快速获得帮助."
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:169
|
||||
msgid "PHP version"
|
||||
msgstr "PHP版本"
|
||||
|
@ -730,6 +742,25 @@ msgstr[0] "%d 秒"
|
|||
msgid "Memory limit"
|
||||
msgstr "内存限制"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:6
|
||||
msgid "Links"
|
||||
msgstr "链接"
|
||||
|
||||
msgid "Documentation"
|
||||
msgstr "文档"
|
||||
|
||||
msgid "Changelog"
|
||||
msgstr "更新日志"
|
||||
|
||||
msgid "Request new features"
|
||||
msgstr "请求新功能"
|
||||
|
||||
msgid "Bug tracking"
|
||||
msgstr "错误跟踪"
|
||||
|
||||
msgid "Blog"
|
||||
msgstr "博客"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:227
|
||||
#: ../../../app/themes/Peafowl/views/settings.php:370
|
||||
msgid "Website"
|
||||
|
@ -865,17 +896,20 @@ msgstr "该页面已成功添加."
|
|||
msgid "The page has been deleted."
|
||||
msgstr "该页面已被删除."
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:376
|
||||
msgid "Before cover (homepage)"
|
||||
msgstr "页头(主页)"
|
||||
msgid "homepage"
|
||||
msgstr "主页"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:379
|
||||
msgid "After cover (homepage)"
|
||||
msgstr "页尾(主页)"
|
||||
msgid "Before main title (%s)"
|
||||
msgstr "之前的主标题(%s)"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:382
|
||||
msgid "After listing (homepage)"
|
||||
msgstr "列表(主页)"
|
||||
msgid "After call to action (%s)"
|
||||
msgstr "呼吁行动后(%s)"
|
||||
|
||||
msgid "After cover (%s)"
|
||||
msgstr "封面后(%s)"
|
||||
|
||||
msgid "After listing (%s)"
|
||||
msgstr "上市后(%s)"
|
||||
|
||||
#: ../../../app/routes/route.dashboard.php:390
|
||||
msgid "Before pagination"
|
||||
|
@ -1204,12 +1238,6 @@ msgstr "已关注"
|
|||
msgid "About"
|
||||
msgstr "关于"
|
||||
|
||||
#: ../../../app/routes/route.image.php:127
|
||||
#: ../../../app/themes/Peafowl/snippets/anywhere_upload.php:99
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:110
|
||||
msgid "Embed codes"
|
||||
msgstr "嵌入代码"
|
||||
|
||||
#: ../../../app/routes/route.image.php:144
|
||||
msgid "Image ID"
|
||||
msgstr "图片ID"
|
||||
|
@ -2025,10 +2053,6 @@ msgid "album"
|
|||
msgid_plural "albums"
|
||||
msgstr[0] "相册"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:6
|
||||
msgid "Links"
|
||||
msgstr "链接"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/embed_tpl.php:9
|
||||
msgid "Viewer links"
|
||||
msgstr "查看链接"
|
||||
|
@ -2287,7 +2311,7 @@ msgstr "储存桶"
|
|||
|
||||
#: ../../../app/themes/Peafowl/snippets/form_storage_edit.php:63
|
||||
msgid "Key"
|
||||
msgstr "钥匙"
|
||||
msgstr "访问密钥 ID"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/form_storage_edit.php:64
|
||||
msgid "Storage key"
|
||||
|
@ -2295,7 +2319,7 @@ msgstr "储存钥匙"
|
|||
|
||||
#: ../../../app/themes/Peafowl/snippets/form_storage_edit.php:67
|
||||
msgid "Secret"
|
||||
msgstr "秘密"
|
||||
msgstr "私有访问密钥"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/form_storage_edit.php:68
|
||||
msgid "Storage secret"
|
||||
|
@ -2316,7 +2340,7 @@ msgstr "您需要一个 <a %s>服务帐户</a> ."
|
|||
|
||||
#: ../../../app/themes/Peafowl/snippets/form_storage_edit.php:78
|
||||
msgid "Private key"
|
||||
msgstr "Private key"
|
||||
msgstr "密钥"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/form_storage_edit.php:79
|
||||
msgid "Google Cloud JSON key"
|
||||
|
@ -2419,14 +2443,6 @@ msgstr "查看更多"
|
|||
msgid "Load more"
|
||||
msgstr "载入更多"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing.php:91
|
||||
msgid "Previous"
|
||||
msgstr "上一页"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing.php:98
|
||||
msgid "Next"
|
||||
msgstr "下一页"
|
||||
|
||||
#: ../../../app/themes/Peafowl/snippets/listing_tools_editor.php:10
|
||||
msgid "Select all"
|
||||
msgstr "选择所有"
|
||||
|
@ -2792,6 +2808,12 @@ msgstr "管理员"
|
|||
msgid "This setting is always diabled when using personal website mode."
|
||||
msgstr "开启个人网站模式时, 该设置始终禁用."
|
||||
|
||||
msgid "documentation"
|
||||
msgstr "文档"
|
||||
|
||||
msgid "Learn more about %s at our %d."
|
||||
msgstr "在 %d 处了解 %s 的详情."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:152
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:156
|
||||
msgid "Add category"
|
||||
|
@ -3043,11 +3065,17 @@ msgstr "排序顺序显示"
|
|||
msgid "Page sort order display for menus and listings. Use \"1\" for top priority."
|
||||
msgstr "菜单和列表页面排序顺序显示. 使用\"1\"为最优先的."
|
||||
|
||||
msgid "pages"
|
||||
msgstr "页面"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:607
|
||||
#, php-format
|
||||
msgid "Do you really want to delete the page ID %s? This can't be undone."
|
||||
msgstr "你真的要删除的页面ID %s? 这将不能撤消."
|
||||
|
||||
msgid "Unchecked image formats won't be allowed to be uploaded."
|
||||
msgstr "不允许上传未经检查的图片格式."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:630
|
||||
msgid "Enable uploads"
|
||||
msgstr "启动上传"
|
||||
|
@ -3064,6 +3092,9 @@ msgstr "访客(不需注册)上传"
|
|||
msgid "Enable this if you want to allow non registered users to upload."
|
||||
msgstr "启用它则允许非注册用户上传"
|
||||
|
||||
msgid "Number of simultaneous upload threads (parallel uploads)"
|
||||
msgstr "同时上传的线程数(并行上传)"
|
||||
|
||||
msgid "Redirect on single upload"
|
||||
msgstr "单张图片上传跳转"
|
||||
|
||||
|
@ -3535,6 +3566,9 @@ msgstr "笔记本电脑"
|
|||
msgid "Desktop"
|
||||
msgstr "桌面台式电脑"
|
||||
|
||||
msgid "theme editing"
|
||||
msgstr "主题编辑"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1167
|
||||
#, php-format
|
||||
msgid "Put your themes in the %s folder"
|
||||
|
@ -3847,9 +3881,20 @@ msgstr "用户IDs"
|
|||
msgid "Comma-separated list of target user IDs to show images on homepage. Leave it empty to display all recent images."
|
||||
msgstr "在网站主页显示指定多个用户的最新图片, 请用逗号分隔开. 留空则显示全站最新图片(不含隐私图片)."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1524
|
||||
msgid "Here you can set the codes for the predefined ad spaces."
|
||||
msgstr "在这里, 您可以设置为默认的广告代码."
|
||||
msgid "banners"
|
||||
msgstr "横幅"
|
||||
|
||||
msgid "Automatic updates check"
|
||||
msgstr "自动更新检查"
|
||||
|
||||
msgid "When enabled the system will automatically check for new updates."
|
||||
msgstr "启用时, 系统将自动检查新更新."
|
||||
|
||||
msgid "Display available updates notification"
|
||||
msgstr "显示可用的更新通知"
|
||||
|
||||
msgid "Enable this to show a notice on top warning you about new available system updates."
|
||||
msgstr "启用此则显示一个通知, 提示你关于新的可用系统更新."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1570
|
||||
msgid "Minify code"
|
||||
|
@ -3867,12 +3912,6 @@ msgstr "维护模式"
|
|||
msgid "When enabled the website will show a maintenance message. This setting doesn't affect administrators."
|
||||
msgstr "当启用该设置网站将重定向到维修页面. 此设置不影响管理员。"
|
||||
|
||||
msgid "Display available updates notification"
|
||||
msgstr "显示可用的更新通知"
|
||||
|
||||
msgid "Enable this to show a notice on top warning you about new available system updates."
|
||||
msgstr "启用此则显示一个通知, 提示你关于新的可用系统更新."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1565
|
||||
msgid "Crypt salt"
|
||||
msgstr "Crypt salt 特殊码"
|
||||
|
@ -3915,9 +3954,6 @@ msgstr "列出错误日志"
|
|||
msgid "To configure the debug level check the <a %s>debug documentation</a>. Default level is \"Error log\" (1)."
|
||||
msgstr "要配置调试级别请查看<a %s>调试文档</a>. 默认级别为\"错误日志\"(1)."
|
||||
|
||||
msgid "documentation"
|
||||
msgstr "文档"
|
||||
|
||||
msgid "Routing allows you to customize default route binds on the fly. Only alphanumeric, hyphen and underscore characters are allowed. Check out our %s if you want to override or add new routes."
|
||||
msgstr "路径允许您自定义默认路径. 只允许字母, 连字符和下划线字符. 如果你想覆盖或添加新的路线请看我们的 %s."
|
||||
|
||||
|
@ -3930,6 +3966,12 @@ msgstr "对于路径 %s"
|
|||
msgid "Album routing"
|
||||
msgstr "相册路径"
|
||||
|
||||
msgid "Custom language strings"
|
||||
msgstr "自定义语言字符串"
|
||||
|
||||
msgid "language strings"
|
||||
msgstr "语言字符串"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1611
|
||||
msgid "Default language"
|
||||
msgstr "默认语言"
|
||||
|
@ -4049,6 +4091,9 @@ msgstr "test@somedomain.com"
|
|||
msgid "Use this to test how your emails are being delivered. We recommend you to use %s."
|
||||
msgstr "使用此来测试你的电子邮件是否已发送. 我们建议您使用 %s."
|
||||
|
||||
msgid "social networks"
|
||||
msgstr "社交网络"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1838
|
||||
msgid "You need a <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> for this."
|
||||
msgstr "完成此您需要一个 <a href=\"https://developers.facebook.com/\" target=\"_blank\">Facebook app</a> "
|
||||
|
@ -4101,11 +4146,6 @@ msgstr "VK client id"
|
|||
msgid "VK client secret"
|
||||
msgstr "VK client secret"
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1949
|
||||
#, php-format
|
||||
msgid "CDN allows you to offload static content to several edge servers making your website faster. If you don't have a CDN provider you should try %s."
|
||||
msgstr "CDN允许你卸载静态内容的几个边缘服务器,使您的网站的速度。如果你没有一个CDN提供商你应该试试 %s."
|
||||
|
||||
#: ../../../app/themes/Peafowl/views/dashboard.php:1968
|
||||
#, php-format
|
||||
msgid "You need a <a href=\"%s\" target=\"_blank\">reCAPTCHA key</a> for this."
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -212,7 +212,8 @@ try {
|
|||
'upload_enabled_image_formats' => 'jpg,png,bmp,gif',
|
||||
'upload_threads' => '2',
|
||||
'enable_automatic_updates_check'=> 1,
|
||||
]
|
||||
],
|
||||
'1.0.4' => NULL,
|
||||
];
|
||||
|
||||
// Settings that must be renamed from NAME to NEW NAME and DELETE old NAME
|
||||
|
@ -741,6 +742,7 @@ UPDATE `%table_prefix%users` SET user_content_views = COALESCE((SELECT SUM(image
|
|||
ADD `image_thumb_size` int(11) NOT NULL,
|
||||
ADD `image_medium_size` int(11) NOT NULL DEFAULT '0',
|
||||
ADD `image_expiration_date_gmt` datetime DEFAULT NULL,
|
||||
ADD `image_likes` bigint(32) NOT NULL DEFAULT '0',
|
||||
ADD `image_is_animated` tinyint(1) NOT NULL DEFAULT '0',
|
||||
ADD INDEX `image_name` (`image_name`),
|
||||
ADD INDEX `image_size` (`image_size`),
|
||||
|
|
|
@ -951,8 +951,9 @@ $(function(){
|
|||
|
||||
// Prepare the HTML
|
||||
var template = "[data-modal=form-embed-codes]";
|
||||
$("textarea", template).html(""),
|
||||
objects = [];
|
||||
var objects = [];
|
||||
|
||||
$("textarea", template).html("");
|
||||
|
||||
// Build the object
|
||||
$targets.each(function() {
|
||||
|
@ -1987,6 +1988,20 @@ CHV.obj.topBar = {
|
|||
}
|
||||
};
|
||||
|
||||
CHV.obj.uploaderReset = {
|
||||
isUploading: false,
|
||||
canAdd: true,
|
||||
queueStatus : "ready",
|
||||
uploadThreads: 0,
|
||||
uploadParsedIds: [],
|
||||
uploadProcessedIds: [],
|
||||
files: {},
|
||||
results: {success: [], error: []},
|
||||
toggleWorking: 0,
|
||||
filesAddId : 0,
|
||||
clipboardImages : [],
|
||||
};
|
||||
|
||||
CHV.fn.uploader = {
|
||||
|
||||
selectors: {
|
||||
|
@ -2005,16 +2020,7 @@ CHV.fn.uploader = {
|
|||
dropzone: "#uploader-dropzone",
|
||||
paste: "#anywhere-upload-paste",
|
||||
},
|
||||
|
||||
isUploading: false,
|
||||
canAdd: true,
|
||||
queueStatus : "ready",
|
||||
|
||||
files: {},
|
||||
results: {success: [], error: []},
|
||||
|
||||
toggleWorking: 0,
|
||||
|
||||
|
||||
toggle: function(options, args) {
|
||||
|
||||
var $switch = $("[data-action=top-bar-upload]", ".top-bar");
|
||||
|
@ -2176,11 +2182,7 @@ CHV.fn.uploader = {
|
|||
|
||||
reset: function() {
|
||||
|
||||
this.files = {};
|
||||
this.isUploading = false;
|
||||
this.canAdd = true;
|
||||
this.results = {success: [], error: []};
|
||||
this.queueStatus = "ready";
|
||||
$.extend(this, $.extend(true, {}, CHV.obj.uploaderReset));
|
||||
|
||||
$("li", this.selectors.queue).remove();
|
||||
$(this.selectors.anywhere).height("").css({"overflow-y": "", "overflow-x": ""});
|
||||
|
@ -2304,9 +2306,7 @@ CHV.fn.uploader = {
|
|||
}
|
||||
}
|
||||
},
|
||||
|
||||
filesAddId : 0,
|
||||
clipboardImages : [],
|
||||
|
||||
add: function(e, urls) {
|
||||
|
||||
var md5;
|
||||
|
@ -2604,7 +2604,7 @@ CHV.fn.uploader = {
|
|||
},
|
||||
|
||||
queueProgress: function(e, id) {
|
||||
var queue_size = Object.keys(this.files).length;
|
||||
var queue_size = Object.size(this.files);
|
||||
this.files[id].progress = e.loaded / e.total;
|
||||
var progress = 0;
|
||||
for(var i=0; i < queue_size; i++) {
|
||||
|
@ -2613,10 +2613,7 @@ CHV.fn.uploader = {
|
|||
}
|
||||
$("[data-text=queue-progress]", this.selectors.root).text(parseInt(100 * progress / queue_size));
|
||||
},
|
||||
|
||||
uploadThreads: 0,
|
||||
uploadParsedIds: [],
|
||||
|
||||
|
||||
upload: function($queue_item) {
|
||||
|
||||
var id = $queue_item.data("id");
|
||||
|
@ -2652,7 +2649,7 @@ CHV.fn.uploader = {
|
|||
|
||||
this.uploadThreads += 1;
|
||||
|
||||
if(this.uploadThreads < CHV.obj.config.upload.threads && nextId !== false) {
|
||||
if(this.uploadThreads < CHV.obj.config.upload.threads && nextId) {
|
||||
this.upload($queue_item.next());
|
||||
}
|
||||
|
||||
|
@ -2721,6 +2718,7 @@ CHV.fn.uploader = {
|
|||
|
||||
if(this.readyState == 4 && typeof CHV.fn.uploader.files[id].xhr !== "undefined" && CHV.fn.uploader.files[id].xhr.status !== 0) {
|
||||
|
||||
self.uploadProcessedIds.push(id);
|
||||
self.uploadThreads -= 1;
|
||||
|
||||
$(".loading-indicator", $queue_item).remove();
|
||||
|
@ -2739,8 +2737,8 @@ CHV.fn.uploader = {
|
|||
JSONresponse.error.message = CHV.fn.uploader.files[id].name.truncate_middle() + " - " + JSONresponse.error.message;
|
||||
}
|
||||
|
||||
// Save the server responses
|
||||
CHV.fn.uploader.results[this.status == 200 ? "success" : "error"].push(JSONresponse);
|
||||
// Save the server response (keeping indexing for results)
|
||||
CHV.fn.uploader.results[this.status == 200 ? "success" : "error"][id] = JSONresponse;
|
||||
|
||||
if(this.status !== 200) is_error = true;
|
||||
|
||||
|
@ -2785,17 +2783,19 @@ CHV.fn.uploader = {
|
|||
PF.fn.bindtipTip($queue_item);
|
||||
}
|
||||
|
||||
if(self.uploadThreads < CHV.obj.config.upload.threads && nextId !== false) {
|
||||
if(self.uploadThreads < CHV.obj.config.upload.threads && nextId) {
|
||||
CHV.fn.uploader.upload($queue_item.next());
|
||||
$(CHV.fn.uploader.selectors.close_cancel, CHV.fn.uploader.selectors.root).hide().each(function() {
|
||||
if($(this).data("action") == "cancel-upload-remaining") {
|
||||
$(this).show();
|
||||
}
|
||||
});
|
||||
} else {
|
||||
CHV.fn.uploader.isUploading = false;
|
||||
}
|
||||
|
||||
if(self.uploadProcessedIds.length == Object.size(self.files)) {
|
||||
CHV.fn.uploader.displayResults();
|
||||
}
|
||||
}
|
||||
|
||||
$(".done", $queue_item).fadeOut();
|
||||
}
|
||||
|
||||
|
@ -2812,7 +2812,9 @@ CHV.fn.uploader = {
|
|||
},
|
||||
|
||||
displayResults: function() {
|
||||
|
||||
|
||||
CHV.fn.uploader.isUploading = false;
|
||||
|
||||
var group_result = "[data-group=upload-result][data-result=%RESULT%]",
|
||||
result_types = ["error", "mixed", "success"],
|
||||
results = {};
|
||||
|
@ -2826,7 +2828,7 @@ CHV.fn.uploader = {
|
|||
for(var i = 0; i < this.results.error.length; i++) {
|
||||
error_files.push(this.results.error[i].error.message);
|
||||
}
|
||||
if(Object.size(error_files) > 0) {
|
||||
if(error_files.length > 0) {
|
||||
$(this.selectors.failed_result).html("<li>" + error_files.join("</li><li>") + "</li>");
|
||||
}
|
||||
} else {
|
||||
|
@ -2876,6 +2878,8 @@ CHV.fn.uploader = {
|
|||
|
||||
};
|
||||
|
||||
$.extend(CHV.fn.uploader, $.extend(true, {}, CHV.obj.uploaderReset));
|
||||
|
||||
CHV.fn.fillEmbedCodes = function(elements, parent, fn) {
|
||||
|
||||
if(typeof fn == "undefined") {
|
||||
|
@ -2884,7 +2888,7 @@ CHV.fn.fillEmbedCodes = function(elements, parent, fn) {
|
|||
|
||||
$.each(elements, function(key, value) {
|
||||
|
||||
var image = value.image;
|
||||
var image = ("id_encoded" in value) ? value : value.image;
|
||||
|
||||
if(!image.medium) { // Medium doesn't exists
|
||||
image.medium = {};
|
||||
|
|
29
app/lib/chevereto.min.js
vendored
29
app/lib/chevereto.min.js
vendored
|
@ -51,7 +51,7 @@ PF.obj.modal.form_data={action:"edit",edit:$this_list_item.data("type"),single:t
|
|||
PF.obj.modal.form_data.editing.album_description=$("[name=form-album-description]",$modal).val();}else{PF.obj.modal.form_data.editing.album_id=$("[name=form-album-id]",$modal).val();}
|
||||
return true;}});break;case"delete":PF.fn.modal.call({type:"html",template:$("[data-modal=form-delete-single]").html(),button_submit:PF.fn._s("Confirm"),ajax:{url:PF.obj.config.json_api,deferred:{success:function(XHR){if(dealing_with=="album"){$("[name=form-album-id]","[data-modal]").find("[value="+$this_list_item.data("id")+"]").remove();CHV.fn.list_editor.updateUserCounters("image",XHR.responseJSON.success.affected,"-");}
|
||||
CHV.fn.list_editor.deleteFromList($this_list_item);CHV.fn.queuePixel();}}},confirm:function(){PF.obj.modal.form_data={action:"delete",single:true,delete:$this_list_item.data("type"),deleting:{id:$this_list_item.data("id")}};return true;}});break;case"flag":$.ajax({type:"POST",data:{action:'edit',edit:'image',single:true,editing:{id:$this_list_item.data("id"),nsfw:$this_list_item.data("flag")=="unsafe"?0:1}}}).complete(function(XHR){var response=XHR.responseJSON,flag=response.image.nsfw==1?"unsafe":"safe";$this_list_item.removeClass("safe unsafe").addClass(flag).attr("data-flag",flag).data("flag",flag);CHV.fn.list_editor.selectionCount();});break;}});$(".pop-box-menu a","[data-content=list-selection]").click(function(e){var $content_listing=$(PF.obj.listing.selectors.content_listing_visible);if(typeof $content_listing.data("list")!=="undefined"){dealing_with=$content_listing.data("list");}else{console.log("Error: data-list not defined");return;}
|
||||
var $targets=$(PF.obj.listing.selectors.list_item+".selected",$content_listing),ids=$.map($targets,function(e,i){return $(e).data("id");});$(this).closest(".pop-btn").click();switch($(this).data("action")){case"get-embed-codes":var template="[data-modal=form-embed-codes]";$("textarea",template).html(""),objects=[];$targets.each(function(){objects.push({image:$.parseJSON(decodeURIComponent($(this).data("object")))});});CHV.fn.fillEmbedCodes(objects,template,"html");PF.fn.modal.call({type:"html",template:$(template).html(),buttons:false});break;case"clear":CHV.fn.list_editor.clearSelection();e.stopPropagation();break;case"move":case"create-album":var template=$(this).data("action")=="move"?"form-move-multiple":"form-create-album",modal_source="[data-modal="+template+"]",dealing_id_data=(/image/.test(dealing_with)?"album-id":"id");$("[name=form-album-id]",modal_source).find("[value=null]").remove();$("[name=form-album-id]",modal_source).find("option").removeAttr("selected");$("[name=form-album-name]",modal_source).attr("value","");$("[name=form-album-description]",modal_source).html("");$("[name=form-privacy]",modal_source).find("option").removeAttr("selected");var album_id=$targets.first().data(dealing_id_data),same_album=true;$targets.each(function(){if($(this).data(dealing_id_data)!==album_id){same_album=false;return false;}});if(!same_album){$("[name=form-album-id]",modal_source).prepend('<option value="null">'+PF.fn._s('Select existing album')+'</option>');}
|
||||
var $targets=$(PF.obj.listing.selectors.list_item+".selected",$content_listing),ids=$.map($targets,function(e,i){return $(e).data("id");});$(this).closest(".pop-btn").click();switch($(this).data("action")){case"get-embed-codes":var template="[data-modal=form-embed-codes]";var objects=[];$("textarea",template).html("");$targets.each(function(){objects.push({image:$.parseJSON(decodeURIComponent($(this).data("object")))});});CHV.fn.fillEmbedCodes(objects,template,"html");PF.fn.modal.call({type:"html",template:$(template).html(),buttons:false});break;case"clear":CHV.fn.list_editor.clearSelection();e.stopPropagation();break;case"move":case"create-album":var template=$(this).data("action")=="move"?"form-move-multiple":"form-create-album",modal_source="[data-modal="+template+"]",dealing_id_data=(/image/.test(dealing_with)?"album-id":"id");$("[name=form-album-id]",modal_source).find("[value=null]").remove();$("[name=form-album-id]",modal_source).find("option").removeAttr("selected");$("[name=form-album-name]",modal_source).attr("value","");$("[name=form-album-description]",modal_source).html("");$("[name=form-privacy]",modal_source).find("option").removeAttr("selected");var album_id=$targets.first().data(dealing_id_data),same_album=true;$targets.each(function(){if($(this).data(dealing_id_data)!==album_id){same_album=false;return false;}});if(!same_album){$("[name=form-album-id]",modal_source).prepend('<option value="null">'+PF.fn._s('Select existing album')+'</option>');}
|
||||
$("[name=form-album-id]",modal_source).find("[value="+(same_album?$targets.first().data(dealing_id_data):"null")+"]").attr("selected",true);PF.fn.modal.call({type:"html",template:$(modal_source).html(),ajax:{url:PF.obj.config.json_api,deferred:{success:function(XHR){CHV.fn.list_editor.updateMoveItemLists(XHR.responseJSON,dealing_with,$targets);}}},confirm:function(){var $modal=$(PF.obj.modal.selectors.root),new_album=false;if($("[data-content=form-new-album]",$modal).is(":visible")&&$("[name=form-album-name]",$modal).val()==""){PF.fn.growl.call(PF.fn._s("You must enter the album name."));$("[name=form-album-name]",$modal).highlight();return false;}
|
||||
if($("[data-content=form-new-album]",$modal).is(":visible")){new_album=true;}
|
||||
if(!PF.fn.form_modal_has_changed()){PF.fn.modal.close();return;}
|
||||
|
@ -98,7 +98,7 @@ var $image=$("img",$imageContainer);var md=".md";var imageSrc=$image.attr("src")
|
|||
CHV.obj.image_viewer={selector:"#image-viewer",container:"#image-viewer-container",navigation:".image-viewer-navigation",loading:"#image-viewer-loading",loader:"#image-viewer-loader",};CHV.obj.image_viewer.$container=$(CHV.obj.image_viewer.container);CHV.obj.image_viewer.$navigation=$(CHV.obj.image_viewer.navigation);CHV.obj.image_viewer.$loading=$(CHV.obj.image_viewer.loading);CHV.fn.system={checkUpdates:function(callback){$.ajax({url:"https://chevereto.com/api/get/info/free/",data:null,cache:false}).always(function(data,status,XHR){if(typeof callback=="function"){callback(XHR);}});}};CHV.fn.bindSelectableItems=function(){var el='content-listing-wrapper';if(!$("#"+el).exists()){$("[data-content=list-selection]").closest(".content-width").wrap("<div id='"+el+"' />");}
|
||||
if(!$("[data-content=list-selection]").exists()||PF.fn.isDevice(["phone","phablet"])){return;}
|
||||
$("#content-listing-wrapper").selectable({filter:PF.obj.listing.selectors.list_item,cancel:".content-empty, .header, #tab-share, #tab-full-info, .viewer-title, .header-link, .top-bar, .content-listing-pagination *, #fullscreen-modal, #top-user, #background-cover, .list-item-desc, .list-item-image-tools, [data-action=load-image], #tab-codes",delay:5,selecting:function(event,ui){var $this=$(ui.selecting);var unselect=$this.hasClass("selected");CHV.fn.list_editor[(unselect?"unselect":"select")+"Item"]($this);},unselecting:function(event,ui){CHV.fn.list_editor.unselectItem($(ui.unselecting));}});};CHV.fn.isCachedImage=function(src){var image=new Image();image.src=src;return image.complete||image.width+image.height>0;};CHV.fn.viewerImageZoomClass=function(){if(CHV.obj.image_viewer.$container.hasClass("jscursor-zoom-in")){CHV.obj.image_viewer.$container.addClass("cursor-zoom-in").removeClass("jscursor-zoom-in");}};CHV.fn.viewerLoadImage=function(){if(CHV.obj.image_viewer.$loading.exists()){CHV.obj.image_viewer.$loading.removeClass("soft-hidden").css({zIndex:2});PF.fn.loading.inline(CHV.obj.image_viewer.$loading,{color:"white",size:"small",center:true,valign:true});CHV.obj.image_viewer.$loading.hide().fadeIn("slow");}
|
||||
$(CHV.obj.image_viewer.loader).remove();CHV.obj.image_viewer.image.html=CHV.obj.image_viewer.$container.html();CHV.obj.image_viewer.$container.prepend($(CHV.obj.image_viewer.image.html).css({top:0,zIndex:0}));CHV.obj.image_viewer.$container.find("img").eq(0).css("zIndex",1);CHV.obj.image_viewer.$container.find("img").eq(1).attr("src",CHV.obj.image_viewer.image.url).css({width:"100%",height:"auto"});CHV.obj.image_viewer.$container.find("img").eq(1).imagesLoaded(function(){CHV.obj.image_viewer.$container.find("img").eq(1).css({width:"",height:""});CHV.obj.image_viewer.$container.find("img").eq(0).remove();PF.fn.loading.destroy(CHV.obj.image_viewer.$loading);});};CHV.obj.embed_tpl={};CHV.obj.topBar={transparencyScrollToggle:function(){var Y=$(window).scrollTop();$("#top-bar")[(Y>0?"remove":"add")+"Class"]("transparent");}};CHV.fn.uploader={selectors:{root:"#anywhere-upload",queue:"#anywhere-upload-queue",queue_complete:".queue-complete",queue_item:".queue-item",close_cancel:"[data-button=close-cancel]",file:"#anywhere-upload-input",camera:"#anywhere-upload-input-camera",upload_item_template:"#anywhere-upload-item-template",item_progress_bar:"[data-content=progress-bar]",item_progress_percent:"[data-text=progress-percent]",failed_result:"[data-content=failed-upload-result]",fullscreen_mask:"#fullscreen-uploader-mask",dropzone:"#uploader-dropzone",paste:"#anywhere-upload-paste",},isUploading:false,canAdd:true,queueStatus:"ready",files:{},results:{success:[],error:[]},toggleWorking:0,toggle:function(options,args){var $switch=$("[data-action=top-bar-upload]",".top-bar");var show=!$(CHV.fn.uploader.selectors.root).data("shown");var options=$.extend({callback:null,reset:true},options);PF.fn.growl.close(true);PF.fn.close_pops();if(this.toggleWorking==1||$(CHV.fn.uploader.selectors.root).is(":animated")||CHV.fn.uploader.isUploading||($switch.data('login-needed')&&!PF.fn.is_user_logged()))return;this.toggleWorking=1;var uploadBoxHeight=$(CHV.fn.uploader.selectors.root).outerHeight()+"px";var uploadBoxTop=$(CHV.fn.uploader.selectors.root).css("top");var uploadBoxPush=(parseInt(uploadBoxHeight)+parseInt(uploadBoxTop))+"px";var animation={core:!show?("-"+uploadBoxPush):uploadBoxPush,time:500,},callbacks=function(){if(options.reset){CHV.fn.uploader.reset();}
|
||||
$(CHV.obj.image_viewer.loader).remove();CHV.obj.image_viewer.image.html=CHV.obj.image_viewer.$container.html();CHV.obj.image_viewer.$container.prepend($(CHV.obj.image_viewer.image.html).css({top:0,zIndex:0}));CHV.obj.image_viewer.$container.find("img").eq(0).css("zIndex",1);CHV.obj.image_viewer.$container.find("img").eq(1).attr("src",CHV.obj.image_viewer.image.url).css({width:"100%",height:"auto"});CHV.obj.image_viewer.$container.find("img").eq(1).imagesLoaded(function(){CHV.obj.image_viewer.$container.find("img").eq(1).css({width:"",height:""});CHV.obj.image_viewer.$container.find("img").eq(0).remove();PF.fn.loading.destroy(CHV.obj.image_viewer.$loading);});};CHV.obj.embed_tpl={};CHV.obj.topBar={transparencyScrollToggle:function(){var Y=$(window).scrollTop();$("#top-bar")[(Y>0?"remove":"add")+"Class"]("transparent");}};CHV.obj.uploaderReset={isUploading:false,canAdd:true,queueStatus:"ready",uploadThreads:0,uploadParsedIds:[],uploadProcessedIds:[],files:{},results:{success:[],error:[]},toggleWorking:0,filesAddId:0,clipboardImages:[],};CHV.fn.uploader={selectors:{root:"#anywhere-upload",queue:"#anywhere-upload-queue",queue_complete:".queue-complete",queue_item:".queue-item",close_cancel:"[data-button=close-cancel]",file:"#anywhere-upload-input",camera:"#anywhere-upload-input-camera",upload_item_template:"#anywhere-upload-item-template",item_progress_bar:"[data-content=progress-bar]",item_progress_percent:"[data-text=progress-percent]",failed_result:"[data-content=failed-upload-result]",fullscreen_mask:"#fullscreen-uploader-mask",dropzone:"#uploader-dropzone",paste:"#anywhere-upload-paste",},toggle:function(options,args){var $switch=$("[data-action=top-bar-upload]",".top-bar");var show=!$(CHV.fn.uploader.selectors.root).data("shown");var options=$.extend({callback:null,reset:true},options);PF.fn.growl.close(true);PF.fn.close_pops();if(this.toggleWorking==1||$(CHV.fn.uploader.selectors.root).is(":animated")||CHV.fn.uploader.isUploading||($switch.data('login-needed')&&!PF.fn.is_user_logged()))return;this.toggleWorking=1;var uploadBoxHeight=$(CHV.fn.uploader.selectors.root).outerHeight()+"px";var uploadBoxTop=$(CHV.fn.uploader.selectors.root).css("top");var uploadBoxPush=(parseInt(uploadBoxHeight)+parseInt(uploadBoxTop))+"px";var animation={core:!show?("-"+uploadBoxPush):uploadBoxPush,time:500,},callbacks=function(){if(options.reset){CHV.fn.uploader.reset();}
|
||||
if(PF.obj.follow_scroll.$node.exists()){PF.obj.follow_scroll.$node.removeClass("fixed");PF.obj.follow_scroll.set();}
|
||||
if(!show){$(CHV.fn.uploader.selectors.root).css({visibility:"hidden"}).addClass("hidden-visibility");}
|
||||
PF.fn.topMenu.hide();if(typeof options.callback=="function"){options.callback(args);}
|
||||
|
@ -112,11 +112,11 @@ if(!$("#top-bar").hasClass("transparent")){fade_slim_shady()}
|
|||
$(CHV.fn.uploader.selectors.fullscreen_mask).css({opacity:0});setTimeout(function(){$(CHV.fn.uploader.selectors.fullscreen_mask).remove();if($("html").data("followed-scroll")){$("html").addClass("followed-scroll");}},250);var _uploadBoxHeight=$(CHV.fn.uploader.selectors.root).outerHeight();var _uploadBoxPush=(_uploadBoxHeight-parseInt($(CHV.fn.uploader.selectors.root).data("initial-height")))+"px";$(CHV.fn.uploader.selectors.root).css({transform:"translate(0,-"+_uploadBoxPush+")"});setTimeout(function(){$("#top-bar").attr("class",$("#top-bar").data("stock_classes"));$("html").removeClass(($(".follow-scroll-wrapper.position-fixed").exists()?"":"top-bar-box-shadow-none"));},animation.time*1/3);setTimeout(function(){$(CHV.fn.uploader.selectors.root).css({top:""});if($("#top-bar-shade").exists()){fade_slim_shady()}
|
||||
if($("body#image").exists()){CHV.obj.topBar.transparencyScrollToggle();}
|
||||
callbacks();$("html").removeClass("overflow-hidden").data({"top-bar-box-shadow-prevent":false});},animation.time);}
|
||||
$(CHV.fn.uploader.selectors.root).data("shown",show);$switch.toggleClass("current").removeClass("opened");},reset:function(){this.files={};this.isUploading=false;this.canAdd=true;this.results={success:[],error:[]};this.queueStatus="ready";$("li",this.selectors.queue).remove();$(this.selectors.anywhere).height("").css({"overflow-y":"","overflow-x":""});$(this.selectors.queue).removeClass(this.selectors.queue_complete.substring(1));$("[data-group=upload-result] textarea",this.selectors.anywhere).prop("value","");$.each(['upload-queue-ready','uploading','upload-result','upload-queue-ready','upload-queue'],function(i,v){$("[data-group="+v+"]").hide();});$("[data-group=upload]",this.selectors.anywhere).show();$("[name=upload-category-id]",this.selectors.root).val("");$("[name=upload-nsfw]",this.selectors.root).prop("checked",this.defaultChecked);$(this.selectors.close_cancel,this.selectors.anywhere).hide().each(function(){if($(this).data("action")=="close-upload")$(this).show();});this.boxSizer(true);},focus:function(callback){if($(this.selectors.fullscreen_mask).exists())return;$("body").append($("<div/>",{id:(this.selectors.fullscreen_mask.replace("#","")),class:"fullscreen soft-black",}).css({top:PF.fn.isDevice("phone")?0:$(CHV.fn.uploader.selectors.root).data("top")}));setTimeout(function(){$(CHV.fn.uploader.selectors.fullscreen_mask).css({opacity:1})
|
||||
$(CHV.fn.uploader.selectors.root).data("shown",show);$switch.toggleClass("current").removeClass("opened");},reset:function(){$.extend(this,$.extend(true,{},CHV.obj.uploaderReset));$("li",this.selectors.queue).remove();$(this.selectors.anywhere).height("").css({"overflow-y":"","overflow-x":""});$(this.selectors.queue).removeClass(this.selectors.queue_complete.substring(1));$("[data-group=upload-result] textarea",this.selectors.anywhere).prop("value","");$.each(['upload-queue-ready','uploading','upload-result','upload-queue-ready','upload-queue'],function(i,v){$("[data-group="+v+"]").hide();});$("[data-group=upload]",this.selectors.anywhere).show();$("[name=upload-category-id]",this.selectors.root).val("");$("[name=upload-nsfw]",this.selectors.root).prop("checked",this.defaultChecked);$(this.selectors.close_cancel,this.selectors.anywhere).hide().each(function(){if($(this).data("action")=="close-upload")$(this).show();});this.boxSizer(true);},focus:function(callback){if($(this.selectors.fullscreen_mask).exists())return;$("body").append($("<div/>",{id:(this.selectors.fullscreen_mask.replace("#","")),class:"fullscreen soft-black",}).css({top:PF.fn.isDevice("phone")?0:$(CHV.fn.uploader.selectors.root).data("top")}));setTimeout(function(){$(CHV.fn.uploader.selectors.fullscreen_mask).css({opacity:1})
|
||||
setTimeout(function(){if(typeof callback=="function"){callback();}},PF.fn.isDevice(["phone","phablet"])?0:250);},1);},boxSizer:function(forced){if($(this.selectors.root).css("visibility")=="visible"){$("html")[(PF.fn.isDevice(["phone","phablet"])?"add":"remove")+"Class"]("overflow-hidden");}
|
||||
var doit=$(this.selectors.root).css("visibility")=="visible"||forced;if(!doit)return;$(this.selectors.root).height("");if($(this.selectors.root).height()+$("#top-bar").outerHeight(true)>$(window).height()){$(this.selectors.root).height($(window).height()-$("#top-bar").outerHeight(true)).css({"overflow-y":"scroll","overflow-x":"auto"});$("body").addClass("overflow-hidden");}else{$(this.selectors.root).css("overflow-y","");$("body").removeClass("overflow-hidden");}},pasteURL:function(){var urlvalues=$("[name=urls]","#fullscreen-modal").val();if(urlvalues){CHV.fn.uploader.add({},urlvalues);}},pasteImageHandler:function(e){if($(e.target).is(":input")){return;}
|
||||
if(typeof e.clipboardData!==typeof undefined&&e.clipboardData.items){var items=e.clipboardData.items;}else{setTimeout(function(){e.clipboardData={};e.clipboardData.items=[];$.each($("img",CHV.fn.uploader.$pasteCatcher),function(i,v){e.clipboardData.items.push(PF.fn.dataURItoBlob($(this).attr("src")));});$(CHV.fn.uploader.selectors.paste).html("");return CHV.fn.uploader.pasteImageHandler(e);},1);}
|
||||
if(items){for(var i=0;i<items.length;i++){if(items[i].type.indexOf("image")!==-1){var file=items[i]instanceof Blob?items[i]:items[i].getAsFile();var reader=new FileReader();reader.onload=function(evt){var uploaderIsVisible=$(CHV.fn.uploader.selectors.root).data("shown");file.name=PF.fn._s('Clipboard image')+' '+PF.fn.getDateTime();var file_evt={originalEvent:{dataTransfer:{files:[file]},preventDefault:function(){},stopPropagation:function(){},clipboard:true,dataURL:evt.target.result,name:file.name}};if(!uploaderIsVisible){CHV.fn.uploader.toggle({callback:function(){CHV.fn.uploader.add(file_evt);}});}else{CHV.fn.uploader.add(file_evt);}};reader.readAsDataURL(file);}}}},filesAddId:0,clipboardImages:[],add:function(e,urls){var md5;if(!this.canAdd){var e=e.originalEvent;e.preventDefault();e.stopPropagation();return false;};$fileinput=$(this.selectors.file);$fileinput.replaceWith($fileinput=$fileinput.clone(true));var item_queue_template=$(this.selectors.upload_item_template).html();var files=[];if(typeof urls==typeof undefined){var e=e.originalEvent;e.preventDefault();e.stopPropagation();files=e.dataTransfer||e.target;files=$.makeArray(files.files);if(e.clipboard){md5=PF.fn.md5(e.dataURL);if($.inArray(md5,this.clipboardImages)!=-1){return null;}
|
||||
if(items){for(var i=0;i<items.length;i++){if(items[i].type.indexOf("image")!==-1){var file=items[i]instanceof Blob?items[i]:items[i].getAsFile();var reader=new FileReader();reader.onload=function(evt){var uploaderIsVisible=$(CHV.fn.uploader.selectors.root).data("shown");file.name=PF.fn._s('Clipboard image')+' '+PF.fn.getDateTime();var file_evt={originalEvent:{dataTransfer:{files:[file]},preventDefault:function(){},stopPropagation:function(){},clipboard:true,dataURL:evt.target.result,name:file.name}};if(!uploaderIsVisible){CHV.fn.uploader.toggle({callback:function(){CHV.fn.uploader.add(file_evt);}});}else{CHV.fn.uploader.add(file_evt);}};reader.readAsDataURL(file);}}}},add:function(e,urls){var md5;if(!this.canAdd){var e=e.originalEvent;e.preventDefault();e.stopPropagation();return false;};$fileinput=$(this.selectors.file);$fileinput.replaceWith($fileinput=$fileinput.clone(true));var item_queue_template=$(this.selectors.upload_item_template).html();var files=[];if(typeof urls==typeof undefined){var e=e.originalEvent;e.preventDefault();e.stopPropagation();files=e.dataTransfer||e.target;files=$.makeArray(files.files);if(e.clipboard){md5=PF.fn.md5(e.dataURL);if($.inArray(md5,this.clipboardImages)!=-1){return null;}
|
||||
this.clipboardImages.push(md5);}
|
||||
var failed_files=[];for(var i=0;i<files.length;i++){var file=files[i];var image_type_str;if(typeof file.type=="undefined"||file.type==""){image_type_str=file.name.substr(file.name.lastIndexOf('.')+1).toLowerCase();}else{image_type_str=file.type.replace("image/","");}
|
||||
if(file.size>CHV.obj.config.image.max_filesize.getBytes()){failed_files.push({uid:i,name:file.name.truncate_middle()+" - "+PF.fn._s("File too big.")});continue;}
|
||||
|
@ -145,29 +145,30 @@ if(j==files.length){if(typeof failed_before!=="undefined"){failed_files=failed_f
|
|||
PF.fn.loading.destroy("fullscreen");if(failed_files.length>0){var failed_message="";for(var i=0;i<failed_files.length;i++){failed_message+="<li>"+failed_files[i].name+"</li>";delete CHV.fn.uploader.files[failed_files[i].uid];$("li[data-id="+failed_files[i].uid+"]",CHV.fn.uploader.selectors.queue).find("[data-action=cancel]").click()}
|
||||
PF.fn.modal.simple({title:PF.fn._s("Some files couldn't be added"),message:'<ul>'+failed_message+'</ul>'});}else{CHV.fn.uploader.focus();}
|
||||
CHV.fn.uploader.boxSizer();}},$.extend({},default_options,{orientation:data.exif?data.exif.get("Orientation"):1}));setTimeout(function(){CHVLoadImage(i+1);},25);});}
|
||||
PF.fn.loading.fullscreen();CHVLoadImage();},queueSize:function(){$("[data-text=queue-objects]",this.selectors.root).text(PF.fn._n("image","images",Object.size(this.files)));$("[data-text=queue-size]",this.selectors.root).text(Object.size(this.files));},queueProgress:function(e,id){var queue_size=Object.keys(this.files).length;this.files[id].progress=e.loaded / e.total;var progress=0;for(var i=0;i<queue_size;i++){if(typeof this.files[i]==typeof undefined||!('progress'in this.files[i]))continue;progress+=this.files[i].progress;}
|
||||
$("[data-text=queue-progress]",this.selectors.root).text(parseInt(100*progress / queue_size));},uploadThreads:0,uploadParsedIds:[],upload:function($queue_item){var id=$queue_item.data("id");var nextId=$queue_item.next().exists()?$queue_item.next().data("id"):false;if($.inArray(id,this.uploadParsedIds)!==-1){if($queue_item.next().exists()){this.upload($queue_item.next());}
|
||||
PF.fn.loading.fullscreen();CHVLoadImage();},queueSize:function(){$("[data-text=queue-objects]",this.selectors.root).text(PF.fn._n("image","images",Object.size(this.files)));$("[data-text=queue-size]",this.selectors.root).text(Object.size(this.files));},queueProgress:function(e,id){var queue_size=Object.size(this.files);this.files[id].progress=e.loaded / e.total;var progress=0;for(var i=0;i<queue_size;i++){if(typeof this.files[i]==typeof undefined||!('progress'in this.files[i]))continue;progress+=this.files[i].progress;}
|
||||
$("[data-text=queue-progress]",this.selectors.root).text(parseInt(100*progress / queue_size));},upload:function($queue_item){var id=$queue_item.data("id");var nextId=$queue_item.next().exists()?$queue_item.next().data("id"):false;if($.inArray(id,this.uploadParsedIds)!==-1){if($queue_item.next().exists()){this.upload($queue_item.next());}
|
||||
return;}
|
||||
var self=this;this.uploadParsedIds.push(id);var f=this.files[id];var queue_is_url=typeof f.url!=="undefined";var source=queue_is_url?f.url:f;var hasForm=typeof f.formValues!==typeof undefined;if(typeof f=="undefined"){if($queue_item.next().exists()){this.upload($queue_item.next());}
|
||||
return;}
|
||||
$(this.selectors.close_cancel,this.selectors.root).hide().each(function(){if($(this).data("action")=="cancel-upload")$(this).show();});this.uploadThreads+=1;if(this.uploadThreads<CHV.obj.config.upload.threads&&nextId!==false){this.upload($queue_item.next());}
|
||||
$(this.selectors.close_cancel,this.selectors.root).hide().each(function(){if($(this).data("action")=="cancel-upload")$(this).show();});this.uploadThreads+=1;if(this.uploadThreads<CHV.obj.config.upload.threads&&nextId){this.upload($queue_item.next());}
|
||||
this.isUploading=true;var form=new FormData();var formData={source:null,type:queue_is_url?"url":"file",action:"upload",privacy:$("[data-privacy]",this.selectors.root).first().data("privacy"),timestamp:this.timestamp,auth_token:PF.obj.config.auth_token,category_id:$("[name=upload-category-id]",this.selectors.root).val()||null,nsfw:$("[name=upload-nsfw]",this.selectors.root).prop("checked")?1:0};if(queue_is_url){formData.source=source;}else{form.append("source",source,f.name);}
|
||||
if(hasForm){$.each(f.formValues,function(i,v){formData[i.replace(/image_/g,"")]=v;});};$.each(formData,function(i,v){form.append(i,v);});this.files[id].xhr=new XMLHttpRequest();$queue_item.removeClass("waiting");if(!queue_is_url){this.files[id].xhr.upload.onprogress=function(e){if(e.lengthComputable){CHV.fn.uploader.queueProgress(e,id);percentComplete=parseInt((e.loaded / e.total)*100);$(CHV.fn.uploader.selectors.item_progress_percent,$queue_item).text(percentComplete);$(CHV.fn.uploader.selectors.item_progress_bar,$queue_item).width(100-percentComplete+"%");if(percentComplete==100){$(CHV.fn.uploader.selectors.item_progress_percent,$queue_item).text("");CHV.fn.uploader.itemLoading($queue_item);}}}}else{this.queueSize();this.queueProgress({loaded:1,total:1},id);this.itemLoading($queue_item);}
|
||||
this.files[id].xhr.onreadystatechange=function(){var is_error=false;if(this.readyState==4&&typeof CHV.fn.uploader.files[id].xhr!=="undefined"&&CHV.fn.uploader.files[id].xhr.status!==0){self.uploadThreads-=1;$(".loading-indicator",$queue_item).remove();$queue_item.removeClass("waiting uploading");try{var JSONresponse=this.responseType!=="json"?JSON.parse(this.response):this.response;if(typeof JSONresponse!=="undefined"&&this.status==200){$("[data-group=image-link]",$queue_item).attr("href",JSONresponse.image.url_viewer);}else{if(JSONresponse.error.context=="PDOException"){JSONresponse.error.message="Database error";}
|
||||
this.files[id].xhr.onreadystatechange=function(){var is_error=false;if(this.readyState==4&&typeof CHV.fn.uploader.files[id].xhr!=="undefined"&&CHV.fn.uploader.files[id].xhr.status!==0){self.uploadProcessedIds.push(id);self.uploadThreads-=1;$(".loading-indicator",$queue_item).remove();$queue_item.removeClass("waiting uploading");try{var JSONresponse=this.responseType!=="json"?JSON.parse(this.response):this.response;if(typeof JSONresponse!=="undefined"&&this.status==200){$("[data-group=image-link]",$queue_item).attr("href",JSONresponse.image.url_viewer);}else{if(JSONresponse.error.context=="PDOException"){JSONresponse.error.message="Database error";}
|
||||
JSONresponse.error.message=CHV.fn.uploader.files[id].name.truncate_middle()+" - "+JSONresponse.error.message;}
|
||||
CHV.fn.uploader.results[this.status==200?"success":"error"].push(JSONresponse);if(this.status!==200)is_error=true;}catch(err){is_error=true;var err_handle;if(typeof JSONresponse=="undefined"){err_handle={status:500,statusText:"Internal server error"}}else{err_handle={status:400,statusText:JSONresponse.error.message}}
|
||||
CHV.fn.uploader.results[this.status==200?"success":"error"][id]=JSONresponse;if(this.status!==200)is_error=true;}catch(err){is_error=true;var err_handle;if(typeof JSONresponse=="undefined"){err_handle={status:500,statusText:"Internal server error"}}else{err_handle={status:400,statusText:JSONresponse.error.message}}
|
||||
JSONresponse={status_code:err_handle.status,error:{message:CHV.fn.uploader.files[id].name.truncate_middle()+" - Server error ("+err_handle.statusText+")",code:err_handle.status,context:"XMLHttpRequest"},status_txt:err_handle.statusText};CHV.fn.uploader.results.error.push(JSONresponse);console.log("server error",JSONresponse);}
|
||||
$queue_item.addClass(!is_error?"completed":"failed");if(typeof JSONresponse.error!=="undefined"&&typeof JSONresponse.error.message!=="undefined"){$queue_item.attr("rel","tooltip").data("tiptip","top").attr("title",JSONresponse.error.message);PF.fn.bindtipTip($queue_item);}
|
||||
if(self.uploadThreads<CHV.obj.config.upload.threads&&nextId!==false){CHV.fn.uploader.upload($queue_item.next());$(CHV.fn.uploader.selectors.close_cancel,CHV.fn.uploader.selectors.root).hide().each(function(){if($(this).data("action")=="cancel-upload-remaining"){$(this).show();}});}else{CHV.fn.uploader.isUploading=false;CHV.fn.uploader.displayResults();}
|
||||
$(".done",$queue_item).fadeOut();}};this.files[id].xhr.open("POST",PF.obj.config.json_api,true);this.files[id].xhr.setRequestHeader("Accept","application/json");this.files[id].xhr.send(form);},itemLoading:function($queue_item){PF.fn.loading.inline($(".progress",$queue_item),{color:"#FFF",size:"normal",center:true,position:"absolute",shadow:true});$("[data-action=cancel], [data-action=edit]",$queue_item).hide();},displayResults:function(){var group_result="[data-group=upload-result][data-result=%RESULT%]",result_types=["error","mixed","success"],results={};for(var i=0;i<result_types.length;i++){results[result_types[i]]=group_result.replace("%RESULT%",result_types[i]);}
|
||||
if(self.uploadThreads<CHV.obj.config.upload.threads&&nextId){CHV.fn.uploader.upload($queue_item.next());$(CHV.fn.uploader.selectors.close_cancel,CHV.fn.uploader.selectors.root).hide().each(function(){if($(this).data("action")=="cancel-upload-remaining"){$(this).show();}});}
|
||||
if(self.uploadProcessedIds.length==Object.size(self.files)){CHV.fn.uploader.displayResults();}
|
||||
$(".done",$queue_item).fadeOut();}};this.files[id].xhr.open("POST",PF.obj.config.json_api,true);this.files[id].xhr.setRequestHeader("Accept","application/json");this.files[id].xhr.send(form);},itemLoading:function($queue_item){PF.fn.loading.inline($(".progress",$queue_item),{color:"#FFF",size:"normal",center:true,position:"absolute",shadow:true});$("[data-action=cancel], [data-action=edit]",$queue_item).hide();},displayResults:function(){CHV.fn.uploader.isUploading=false;var group_result="[data-group=upload-result][data-result=%RESULT%]",result_types=["error","mixed","success"],results={};for(var i=0;i<result_types.length;i++){results[result_types[i]]=group_result.replace("%RESULT%",result_types[i]);}
|
||||
if(this.results.error.length>0){var error_files=[];for(var i=0;i<this.results.error.length;i++){error_files.push(this.results.error[i].error.message);}
|
||||
if(Object.size(error_files)>0){$(this.selectors.failed_result).html("<li>"+error_files.join("</li><li>")+"</li>");}}else{$(results.error,this.selectors.root).hide();}
|
||||
if(error_files.length>0){$(this.selectors.failed_result).html("<li>"+error_files.join("</li><li>")+"</li>");}}else{$(results.error,this.selectors.root).hide();}
|
||||
if(CHV.obj.config.upload.redirect_single_upload&&this.results.success.length==1&&this.results.error.length==0){window.location.href=this.results.success[0].image.url_viewer;return false;}
|
||||
$("[data-text=queue-progress]",this.selectors.root).text(100);$("[data-group=uploading]",this.selectors.root).hide();$(this.selectors.close_cancel,this.selectors.root).hide().each(function(){if($(this).data("action")=="close-upload")$(this).show();});$(this.selectors.queue).addClass(this.selectors.queue_complete.substring(1));if(this.results.success.length>0&&$("[data-group=upload-result] textarea",this.selectors.root).exists()){CHV.fn.fillEmbedCodes(this.results.success,CHV.fn.uploader.selectors.root,"val");}
|
||||
if(this.results.success.length>0&&this.results.error.length>0){$(results.mixed+", "+results.success,this.selectors.root).show();}else if(this.results.success.length>0){$(results.success,this.selectors.root).show();}else if(this.results.error.length>0){$(results.error,this.selectors.root).show();}
|
||||
if($(results.success,this.selectors.root).is(":visible")){$(results.success,this.selectors.root).find("[data-group=user], [data-group=guest]").hide();$(results.success,this.selectors.root).find("[data-group="+(PF.fn.is_user_logged()?"user":"guest")+"]").show();if(typeof this.results.success[0].image.album!=="undefined"){$("[data-text=upload-target]").text(this.results.success[0].image.album.name);$("[data-link=upload-target]").attr("href",this.results.success[0].image.album.url);}}
|
||||
this.boxSizer();this.queueStatus="done";}};CHV.fn.fillEmbedCodes=function(elements,parent,fn){if(typeof fn=="undefined"){fn="val";}
|
||||
$.each(elements,function(key,value){var image=value.image;if(!image.medium){image.medium={};var imageProp=["filename","name","width","height","extension","size","size_formatted","url"];for(var i=0;i<imageProp.length;i++){image.medium[imageProp[i]]=image[imageProp[i]];}}
|
||||
this.boxSizer();this.queueStatus="done";}};$.extend(CHV.fn.uploader,$.extend(true,{},CHV.obj.uploaderReset));CHV.fn.fillEmbedCodes=function(elements,parent,fn){if(typeof fn=="undefined"){fn="val";}
|
||||
$.each(elements,function(key,value){var image=("id_encoded"in value)?value:value.image;if(!image.medium){image.medium={};var imageProp=["filename","name","width","height","extension","size","size_formatted","url"];for(var i=0;i<imageProp.length;i++){image.medium[imageProp[i]]=image[imageProp[i]];}}
|
||||
var flatten_image=Object.flatten(image);$.each(CHV.obj.embed_tpl,function(key,value){$.each(value.options,function(k,v){var embed=v,$embed=$("textarea[name="+k+"]",parent),template=embed.template;for(var i in flatten_image){if(!flatten_image.hasOwnProperty(i)){continue;}
|
||||
template=template.replace(new RegExp("%"+i.toUpperCase()+"%","g"),flatten_image[i]);}
|
||||
$embed[fn]($embed.val()+template+($embed.data("size")=="thumb"?" ":"\n"));});});});$.each(CHV.obj.embed_tpl,function(key,value){$.each(value.options,function(k,v){var $embed=$("textarea[name="+k+"]",parent);$embed[fn]($.trim($embed.val()));});});};CHV.fn.resource_privacy_toggle=function(privacy){if(!privacy)privacy="public";$("[data-content=privacy-private]").hide();if(privacy!=="public"){$("[data-content=privacy-private]").show();}};CHV.fn.submit_upload_edit=function(){var $modal=$(PF.obj.modal.selectors.root),new_album=false;if($("[data-content=form-new-album]",$modal).is(":visible")&&$("[name=form-album-name]",$modal).val()==""){PF.fn.growl.call(PF.fn._s("You must enter the album name."));$("[name=form-album-name]",$modal).highlight();return false;}
|
||||
|
|
|
@ -231,8 +231,11 @@ class Listing {
|
|||
unset($joins[$this->type][$join_table]);
|
||||
}
|
||||
}
|
||||
|
||||
$query = 'SELECT * FROM (SELECT * FROM ' . $base_table . $join . $this->where . $order_by . $limit . ') ' . $base_table . ' ' . "\n";
|
||||
|
||||
// Get rid of the original Exif data (for listings)
|
||||
$null_db = $this->type == 'images' ? ', NULL as image_original_exifdata ' : NULL;
|
||||
|
||||
$query = 'SELECT *' . $null_db . 'FROM (SELECT * FROM ' . $base_table . $join . $this->where . $order_by . $limit . ') ' . $base_table . ' ' . "\n";
|
||||
$query .= implode("\n", $joins[$this->type]);
|
||||
$query .= $order_by;
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@ namespace G;
|
|||
|
||||
if(!defined('access') or !access) die("This file cannot be directly accessed.");
|
||||
|
||||
define('G_VERSION', '1.0.31');
|
||||
define('G_VERSION', '1.0.32');
|
||||
|
||||
// Error reporting setup
|
||||
@ini_set('log_errors', TRUE);
|
||||
|
|
|
@ -482,7 +482,7 @@ class DB {
|
|||
$query .= '`' . $k . '`' . $matches[1] . $matches[2] . ',';
|
||||
}
|
||||
if($matches[1] == '-') {
|
||||
$query .= 'GREATEST(cast(`'.$k.'` AS SIGNED) - '.$matches[2].', 0)';
|
||||
$query .= 'GREATEST(cast(`'.$k.'` AS SIGNED) - '.$matches[2].', 0),';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -494,7 +494,7 @@ class DB {
|
|||
$query .= '`'.$k.'`=:where_'.$k.' '.$clause.' ';
|
||||
}
|
||||
$query = rtrim($query, $clause.' ');
|
||||
|
||||
|
||||
try {
|
||||
$db = self::getInstance();
|
||||
$db->query($query);
|
||||
|
|
|
@ -3654,12 +3654,14 @@ body.upload-box-visible .upload-box {
|
|||
.tone-dark .content-empty .icon {
|
||||
color: #444;
|
||||
}
|
||||
.content-empty h2 {
|
||||
.content-empty h2,
|
||||
.content-empty .message {
|
||||
font-size: 16px;
|
||||
margin-top: 10px;
|
||||
line-height: 160%;
|
||||
}
|
||||
.tone-dark .content-empty h2 {
|
||||
.tone-dark .content-empty h2,
|
||||
.tone-dark .content-empty .message {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
|
|
|
@ -3493,7 +3493,7 @@ PF.fn.loading = {
|
|||
big: {lines: 11, length: 0, width: 7, radius: 13, speed: 1, trail: 45, blocksize: 40}, // 40x40
|
||||
huge: {lines: 11, length: 0, width: 9, radius: 16, speed: 1, trail: 45, blocksize: 50} // 50x50
|
||||
},
|
||||
inline: function($target, options){
|
||||
inline: function($target, options) {
|
||||
|
||||
if(typeof $target == "undefined") return;
|
||||
|
||||
|
|
2
lib/Peafowl/peafowl.min.css
vendored
2
lib/Peafowl/peafowl.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue