From 91452c53a70c4abc29470fc746f6986306ea3eb6 Mon Sep 17 00:00:00 2001 From: janschoenherr Date: Tue, 27 Oct 2015 16:00:25 +0100 Subject: [PATCH 1/4] added missing v-cloak --- views/admin/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/admin/settings.php b/views/admin/settings.php index 3cf5793..b5655b7 100755 --- a/views/admin/settings.php +++ b/views/admin/settings.php @@ -1,6 +1,6 @@ script('blog-settings', 'blog:app/bundle/settings.js', 'vue') ?> -
+
From 0f8b2134f699abc08721219951537bb2676a7dcd Mon Sep 17 00:00:00 2001 From: janschoenherr Date: Fri, 30 Oct 2015 13:18:08 +0100 Subject: [PATCH 2/4] Date is set to "now" on post copy --- CHANGELOG.md | 5 +++++ src/Controller/PostApiController.php | 1 + 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb2dff3..90f3357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## WIP + +## Changed +- Date is set to "now" on post copy + ## 0.9.2 (October 14, 2015) ### Fixed diff --git a/src/Controller/PostApiController.php b/src/Controller/PostApiController.php index 8bf65fe..4b651cc 100644 --- a/src/Controller/PostApiController.php +++ b/src/Controller/PostApiController.php @@ -134,6 +134,7 @@ public function copyAction($ids = []) $post->status = Post::STATUS_DRAFT; $post->title = $post->title.' - '.__('Copy'); $post->comment_count = 0; + $post->date = new \DateTime(); $post->save(); } } From 98aedc7c118aeae3c508945b3ccb616c1a2eaac3 Mon Sep 17 00:00:00 2001 From: Florian Date: Fri, 30 Oct 2015 15:29:51 +0100 Subject: [PATCH 3/4] Updated language files --- languages/ar_SA/messages.php | 8 +- languages/ca_ES/messages.php | 180 ++++++++++++------------- languages/de_AT/messages.php | 105 +++++++++++++++ languages/de_DE/messages.php | 24 ++-- languages/el_GR/messages.php | 148 ++++++++++----------- languages/es_419/messages.php | 4 +- languages/fr_FR/messages.php | 26 ++-- languages/hr_HR/messages.php | 22 ++-- languages/hu_HU/messages.php | 204 ++++++++++++++--------------- languages/ja_JP/messages.php | 68 +++++----- languages/nb_NO/messages.php | 20 +-- languages/nl_NL/messages.php | 20 +-- languages/pl_PL/messages.php | 20 +-- languages/pt_BR/messages.php | 24 ++-- languages/ru_RU/messages.php | 20 +-- languages/ru_ee/messages.php | 105 +++++++++++++++ languages/sr_RS@latin/messages.php | 105 +++++++++++++++ languages/uk_UA/messages.php | 86 ++++++------ languages/zh_CN/messages.php | 4 +- 19 files changed, 754 insertions(+), 439 deletions(-) create mode 100644 languages/de_AT/messages.php create mode 100644 languages/ru_ee/messages.php create mode 100644 languages/sr_RS@latin/messages.php diff --git a/languages/ar_SA/messages.php b/languages/ar_SA/messages.php index 8d62431..602f161 100644 --- a/languages/ar_SA/messages.php +++ b/languages/ar_SA/messages.php @@ -9,7 +9,7 @@ 'Appearance' => 'المظهر', 'Draft' => 'مسودة', 'Approve' => 'موافقة', - 'Title' => '', + 'Title' => 'العنوان', 'Permalink' => 'رابط ثابت', 'Slug' => 'سبيكة', 'Email invalid.' => '', @@ -24,7 +24,7 @@ 'Default post settings' => '', '{1} %count% Post selected|]1,Inf[ %count% Posts selected' => '', 'Read more' => '', - 'Image' => '', + 'Image' => 'صورة', 'Posts' => 'مشاركات.', 'Pending' => 'قيد الانتظار', 'Comment' => 'تعليق', @@ -41,7 +41,7 @@ 'Logged in as %name%' => 'دخول مسجل باسم %name%', 'Order comments by' => 'رتب التعليقات حسب', 'Title cannot be blank.' => '', - 'Save' => '', + 'Save' => 'حفظ', 'Status' => '', '{0} No post copied.|{1} Post copied.|]1,Inf[ Posts copied.' => '{0} لا توجد مشاركة منسوخة.|{1} مشاركة منسوخة.|]1,Inf[ مشاركات منسوخة.', '{0} %count% Comments|{1} %count% Comment|]1,Inf[ %count% Comments' => '', @@ -85,7 +85,7 @@ 'Enable Markdown' => '', 'Comments' => 'تعليقات', 'Content cannot be blank.' => '', - 'Unknown' => '', + 'Unknown' => 'غير معروف', 'Month and name' => 'شهر واسم', 'Comments are closed.' => '', 'Close comments on articles older than' => 'أغلق التعليقات في المواضيع الأقدم من', diff --git a/languages/ca_ES/messages.php b/languages/ca_ES/messages.php index 4c46ea8..3a5dc5e 100644 --- a/languages/ca_ES/messages.php +++ b/languages/ca_ES/messages.php @@ -1,105 +1,105 @@ '', - 'General' => '', - 'Show Avatars from Gravatar.' => '', - 'Unable to comment. Please try again later.' => '', + 'Require e-mail.' => 'Requereix correu electrònic', + 'General' => 'General', + 'Show Avatars from Gravatar.' => 'Mostrar Avatars de Gravatar.', + 'Unable to comment. Please try again later.' => 'No es pot desar el comentari. Si us plau, prova-ho més tard.', 'Submit' => '', - '{0} No pending|{1} One pending|]1,Inf[ %comments% pending' => '', - 'Enable Comments' => '', - 'Appearance' => '', - 'Draft' => '', - 'Approve' => '', - 'Title' => '', - 'Permalink' => '', - 'Slug' => '', + '{0} No pending|{1} One pending|]1,Inf[ %comments% pending' => '{0} No hi ha pendents|{1} Un pendent|]1,Inf[ %comments% pendents', + 'Enable Comments' => 'Habilitar comentaris', + 'Appearance' => 'Aparició', + 'Draft' => 'Esborrany', + 'Approve' => 'Aprovar', + 'Title' => 'Títol', + 'Permalink' => 'Enllaç permanent', + 'Slug' => 'Slug', 'Email invalid.' => '', - 'Comment not found.' => '', - 'Filter by' => '', - 'Comments (%count%)' => '', - 'Author' => '', - 'Unapprove' => '', - '{1} %count% Comment selected|]1,Inf[ %count% Comments selected' => '', - 'Insufficient user rights.' => '', - 'Posts View' => '', - 'Default post settings' => '', - '{1} %count% Post selected|]1,Inf[ %count% Posts selected' => '', + 'Comment not found.' => 'Comentari no trobat', + 'Filter by' => 'Filtrar per', + 'Comments (%count%)' => 'Comentaris (%couont%)', + 'Author' => 'Autor', + 'Unapprove' => 'Desaprovar', + '{1} %count% Comment selected|]1,Inf[ %count% Comments selected' => '{1} %count% Comentari seleccionat|]1,Inf[ %count% Comentaris seleccionats', + 'Insufficient user rights.' => 'Drets d\'usuari insuficients', + 'Posts View' => 'Veure Post', + 'Default post settings' => 'Configuració del post per defecte', + '{1} %count% Post selected|]1,Inf[ %count% Posts selected' => '{1} %count% Post seleccionat|]1,Inf[ %count% Posts seleccionats', 'Read more' => '', - 'Image' => '', - 'Posts' => '', - 'Pending' => '', - 'Comment' => '', - 'Approved' => '', - 'Edit Post' => '', - 'Thank you! Your comment needs approval before showing up.' => '', - 'Pending Review' => '', - 'Excerpt' => '', - 'Edit' => '', - '{0} No pending|{1} One pending|]1,Inf[ %comments_pending% pending' => '', - 'Invalid post id.' => '', - 'Blog' => '', - 'Enter Title' => '', + 'Image' => 'Imatge', + 'Posts' => 'Post', + 'Pending' => 'Pendent', + 'Comment' => 'Comentar', + 'Approved' => 'Aprovat', + 'Edit Post' => 'Editar Post', + 'Thank you! Your comment needs approval before showing up.' => 'Gràcies! El teu comentari ha de ser aprovat abans de publicar-lo', + 'Pending Review' => 'Pendent de revisió', + 'Excerpt' => 'Extracte', + 'Edit' => 'Modificar', + '{0} No pending|{1} One pending|]1,Inf[ %comments_pending% pending' => '{0} No hi ha pendents|{1} Un pendent|]1,Inf[ %comments_pending% pendents', + 'Invalid post id.' => 'Identificazdor de post invàlid', + 'Blog' => 'Blog', + 'Enter Title' => 'Introdueix el títol', 'Logged in as %name%' => '', - 'Order comments by' => '', - 'Title cannot be blank.' => '', - 'Save' => '', - 'Status' => '', - '{0} No post copied.|{1} Post copied.|]1,Inf[ Posts copied.' => '', - '{0} %count% Comments|{1} %count% Comment|]1,Inf[ %count% Comments' => '', + 'Order comments by' => 'Ordena els comentaris per', + 'Title cannot be blank.' => 'El títol no pot estar en blanc.', + 'Save' => 'Guardar', + 'Status' => 'Estat', + '{0} No post copied.|{1} Post copied.|]1,Inf[ Posts copied.' => '{0} No s\'ha copiat el post.|{1} Post copiat.|]1,Inf[ Posts copiats.', + '{0} %count% Comments|{1} %count% Comment|]1,Inf[ %count% Comments' => '{0} %count% Comentaris|{1} %count% Comentari|]1,Inf[ %count% Comentaris', 'Please login to leave a comment.' => '', - 'Posts per page' => '', - 'E-mail' => '', - 'latest last' => '', - 'Please wait another %seconds% seconds before commenting again.' => '', - 'Delete' => '', - 'Post not found.' => '', - 'No comments found.' => '', - 'Publish on' => '', + 'Posts per page' => 'Posts per pàgina', + 'E-mail' => 'Correu electrònic', + 'latest last' => 'Els més nous al final', + 'Please wait another %seconds% seconds before commenting again.' => 'Si us plau, espereu uns altres %seconds% segons abans de comentar de nou.', + 'Delete' => 'Esborrar', + 'Post not found.' => 'Post no trobat', + 'No comments found.' => 'No s\'han trobat somentaris.', + 'Publish on' => 'Publicat el', 'Name cannot be blank.' => '', - 'Invalid slug.' => '', - 'Please provide valid name and email.' => '', + 'Invalid slug.' => 'Slug invàlid.', + 'Please provide valid name and email.' => 'Si us plau, indiqueu un nom i correu electrònic vàlids', 'You are not allowed to post comments.' => '', - 'Author cannot be blank.' => '', - 'latest first' => '', - 'Unpublished' => '', - 'Mark as spam' => '', - 'Custom' => '', - 'Published' => '', - '{0} %count% Posts|{1} %count% Post|]1,Inf[ %count% Posts' => '', - 'Add Post' => '', - 'Date' => '', - 'Reply' => '', - 'Parent not found.' => '', - 'URL' => '', - 'Day and name' => '', - 'Options' => '', - 'Field must be a valid email address.' => '', - 'levels deep.' => '', - 'Comments on %title%' => '', - 'Insufficient User Rights.' => '', - 'Copy' => '', - 'Post not found!' => '', - 'Blog Settings' => '', - 'days.' => '', + 'Author cannot be blank.' => 'L\'autor no pot estar en blanc.', + 'latest first' => 'Els més nous primer', + 'Unpublished' => 'Despublicat', + 'Mark as spam' => 'Marcar com a brossa', + 'Custom' => 'Personalitzat', + 'Published' => 'Publicat', + '{0} %count% Posts|{1} %count% Post|]1,Inf[ %count% Posts' => '{0} %count% Posts|{1} %count% Post|]1,Inf[ %count% Posts', + 'Add Post' => 'Afegir Post', + 'Date' => 'Data', + 'Reply' => 'Contestar', + 'Parent not found.' => 'Pare no trobat.', + 'URL' => 'URL', + 'Day and name' => 'Dia i nom', + 'Options' => 'Opcions', + 'Field must be a valid email address.' => 'El camp ha de contenir una adreça de correu electrònic vàlida.', + 'levels deep.' => 'nivells de profunditat.', + 'Comments on %title%' => 'Comentaris a %title%', + 'Insufficient User Rights.' => 'Drets d\'usuari insuficients.', + 'Copy' => 'Còpia', + 'Post not found!' => 'Post no trobat!', + 'Blog Settings' => 'Configuració del Blog', + 'days.' => 'dies.', 'Email' => '', - 'No posts found.' => '', - 'Enable Markdown' => '', - 'Comments' => '', - 'Content cannot be blank.' => '', - 'Unknown' => '', - 'Month and name' => '', + 'No posts found.' => 'No s\'han trobat posts.', + 'Enable Markdown' => 'Habilitar marcatge', + 'Comments' => 'Comentaris', + 'Content cannot be blank.' => 'El contingut no pot estar en blanc.', + 'Unknown' => 'Desconegut', + 'Month and name' => 'Mes i nom', 'Comments are closed.' => '', - 'Close comments on articles older than' => '', - 'Cancel' => '', + 'Close comments on articles older than' => 'Tancar comentaris en articles més antics de', + 'Cancel' => 'Cancel·lar', 'Written by %name% on %date%' => '', - 'Enable nested comments of' => '', - 'Restrict Access' => '', + 'Enable nested comments of' => 'Habilita comentaris niats de ', + 'Restrict Access' => 'Accés restringit', 'Comment cannot be blank.' => '', - 'Access denied.' => '', - 'Spam' => '', + 'Access denied.' => 'Accés denegat.', + 'Spam' => 'Brossa', 'Leave a comment' => '', '{0} No comments|{1} %num% Comment|]1,Inf[ %num% Comments' => '', - 'Post' => '', - 'View' => '', - 'Numeric' => '', - 'Name' => '', + 'Post' => 'Post', + 'View' => 'Vista', + 'Numeric' => 'Numèric', + 'Name' => 'Nom', ); \ No newline at end of file diff --git a/languages/de_AT/messages.php b/languages/de_AT/messages.php new file mode 100644 index 0000000..4c46ea8 --- /dev/null +++ b/languages/de_AT/messages.php @@ -0,0 +1,105 @@ + '', + 'General' => '', + 'Show Avatars from Gravatar.' => '', + 'Unable to comment. Please try again later.' => '', + 'Submit' => '', + '{0} No pending|{1} One pending|]1,Inf[ %comments% pending' => '', + 'Enable Comments' => '', + 'Appearance' => '', + 'Draft' => '', + 'Approve' => '', + 'Title' => '', + 'Permalink' => '', + 'Slug' => '', + 'Email invalid.' => '', + 'Comment not found.' => '', + 'Filter by' => '', + 'Comments (%count%)' => '', + 'Author' => '', + 'Unapprove' => '', + '{1} %count% Comment selected|]1,Inf[ %count% Comments selected' => '', + 'Insufficient user rights.' => '', + 'Posts View' => '', + 'Default post settings' => '', + '{1} %count% Post selected|]1,Inf[ %count% Posts selected' => '', + 'Read more' => '', + 'Image' => '', + 'Posts' => '', + 'Pending' => '', + 'Comment' => '', + 'Approved' => '', + 'Edit Post' => '', + 'Thank you! Your comment needs approval before showing up.' => '', + 'Pending Review' => '', + 'Excerpt' => '', + 'Edit' => '', + '{0} No pending|{1} One pending|]1,Inf[ %comments_pending% pending' => '', + 'Invalid post id.' => '', + 'Blog' => '', + 'Enter Title' => '', + 'Logged in as %name%' => '', + 'Order comments by' => '', + 'Title cannot be blank.' => '', + 'Save' => '', + 'Status' => '', + '{0} No post copied.|{1} Post copied.|]1,Inf[ Posts copied.' => '', + '{0} %count% Comments|{1} %count% Comment|]1,Inf[ %count% Comments' => '', + 'Please login to leave a comment.' => '', + 'Posts per page' => '', + 'E-mail' => '', + 'latest last' => '', + 'Please wait another %seconds% seconds before commenting again.' => '', + 'Delete' => '', + 'Post not found.' => '', + 'No comments found.' => '', + 'Publish on' => '', + 'Name cannot be blank.' => '', + 'Invalid slug.' => '', + 'Please provide valid name and email.' => '', + 'You are not allowed to post comments.' => '', + 'Author cannot be blank.' => '', + 'latest first' => '', + 'Unpublished' => '', + 'Mark as spam' => '', + 'Custom' => '', + 'Published' => '', + '{0} %count% Posts|{1} %count% Post|]1,Inf[ %count% Posts' => '', + 'Add Post' => '', + 'Date' => '', + 'Reply' => '', + 'Parent not found.' => '', + 'URL' => '', + 'Day and name' => '', + 'Options' => '', + 'Field must be a valid email address.' => '', + 'levels deep.' => '', + 'Comments on %title%' => '', + 'Insufficient User Rights.' => '', + 'Copy' => '', + 'Post not found!' => '', + 'Blog Settings' => '', + 'days.' => '', + 'Email' => '', + 'No posts found.' => '', + 'Enable Markdown' => '', + 'Comments' => '', + 'Content cannot be blank.' => '', + 'Unknown' => '', + 'Month and name' => '', + 'Comments are closed.' => '', + 'Close comments on articles older than' => '', + 'Cancel' => '', + 'Written by %name% on %date%' => '', + 'Enable nested comments of' => '', + 'Restrict Access' => '', + 'Comment cannot be blank.' => '', + 'Access denied.' => '', + 'Spam' => '', + 'Leave a comment' => '', + '{0} No comments|{1} %num% Comment|]1,Inf[ %num% Comments' => '', + 'Post' => '', + 'View' => '', + 'Numeric' => '', + 'Name' => '', +); \ No newline at end of file diff --git a/languages/de_DE/messages.php b/languages/de_DE/messages.php index 69a40e6..173e834 100644 --- a/languages/de_DE/messages.php +++ b/languages/de_DE/messages.php @@ -1,9 +1,9 @@ '', + 'Require e-mail.' => 'E-Mail Adresse benötigt', 'General' => 'Allgemein', 'Show Avatars from Gravatar.' => 'Zeige Avatare von Gravatar.', - 'Unable to comment. Please try again later.' => '', - 'Submit' => '', + 'Unable to comment. Please try again later.' => 'Kommentieren momentan nicht möglich. Bitte versuche es später erneut.', + 'Submit' => 'Senden', '{0} No pending|{1} One pending|]1,Inf[ %comments% pending' => '{0} Keine Kommentare|{1} Ein Kommentar |]1,Inf[ %comments% Kommentare', 'Enable Comments' => 'Kommentare aktivieren', 'Appearance' => 'Erscheinung', @@ -14,23 +14,23 @@ 'Slug' => 'Slug', 'Email invalid.' => 'Email ungültig.', 'Comment not found.' => 'Kommentar wurde nicht gefunden.', - 'Filter by' => '', + 'Filter by' => 'Filtern nach', 'Comments (%count%)' => 'Kommentare (%count%)', 'Author' => 'Autor', 'Unapprove' => 'Nicht genehmigt', '{1} %count% Comment selected|]1,Inf[ %count% Comments selected' => '{1} %count% Kommentar ausgewählt|]1,Inf[ %count% Kommentare ausgewählt', 'Insufficient user rights.' => 'Nicht ausreichende Zugangsrechte.', - 'Posts View' => '', + 'Posts View' => 'Artikel anzeigen', 'Default post settings' => 'Standard Post Einstellungen', '{1} %count% Post selected|]1,Inf[ %count% Posts selected' => '{1} %count% Post ausgewählt|]1,Inf[ %count% Posts ausgewählt', - 'Read more' => '', + 'Read more' => 'Mehr lesen', 'Image' => 'Bild', 'Posts' => 'Artikel', 'Pending' => 'Zu erledigen', 'Comment' => 'Kommentar', 'Approved' => 'Genehmigt', 'Edit Post' => 'Artikel bearbeiten', - 'Thank you! Your comment needs approval before showing up.' => '', + 'Thank you! Your comment needs approval before showing up.' => 'Vielen Dank! Dein Kommentar muss noch genehmigt werden bevor es sichtbar wird. ', 'Pending Review' => 'Bewertung', 'Excerpt' => 'Ausschnitt', 'Edit' => 'Bearbeiten', @@ -48,7 +48,7 @@ 'Please login to leave a comment.' => 'Bitte anmelden, um einen Kommentar zu schreiben.', 'Posts per page' => 'Posts pro Seite', 'E-mail' => 'E-Mail', - 'latest last' => '', + 'latest last' => 'Datum aufsteigend.', 'Please wait another %seconds% seconds before commenting again.' => 'Bitte warte %seconds% Sekunden, bevor du erneut einen Kommentar schreibst.', 'Delete' => 'Löschen', 'Post not found.' => 'Artikel wurde nicht gefunden.', @@ -59,7 +59,7 @@ 'Please provide valid name and email.' => 'Bitte einen Namen und eine gültige E-Mail Adresse eingeben.', 'You are not allowed to post comments.' => 'Du kannst keine Kommentare schreiben.', 'Author cannot be blank.' => 'Autor darf nicht leer sein.', - 'latest first' => '', + 'latest first' => 'Datum absteigend.', 'Unpublished' => 'Unveröffentlicht', 'Mark as spam' => 'Als Spam markieren', 'Custom' => 'Custom', @@ -90,16 +90,16 @@ 'Comments are closed.' => 'Kommentare sind geschlossen.', 'Close comments on articles older than' => 'Kommentare von Artikeln schließen, die älter sind als', 'Cancel' => 'Abbrechen', - 'Written by %name% on %date%' => 'Verfasst von %name% am %date%', + 'Written by %name% on %date%' => 'Geschrieben von %Name% am %Date%', 'Enable nested comments of' => 'Verschachtelte Kommentare aktivieren für', 'Restrict Access' => 'Zugriff einschränken', 'Comment cannot be blank.' => 'Kommentar darf nicht leer sein.', 'Access denied.' => 'Zugang untersagt.', 'Spam' => 'Spam', 'Leave a comment' => 'Schreibe einen Kommentar', - '{0} No comments|{1} %num% Comment|]1,Inf[ %num% Comments' => '{0} Keine Kommentare|{1} %num% Kommentar|]1,Inf[ %num% Kommentare', + '{0} No comments|{1} %num% Comment|]1,Inf[ %num% Comments' => '{0} keine Kommentare| {1} Num % Kommentar|] 1, Inf [% Num % Kommentare', 'Post' => 'Artikel', - 'View' => '', + 'View' => 'Ansicht', 'Numeric' => 'Numerisch', 'Name' => 'Name', ); \ No newline at end of file diff --git a/languages/el_GR/messages.php b/languages/el_GR/messages.php index da97009..cf21151 100644 --- a/languages/el_GR/messages.php +++ b/languages/el_GR/messages.php @@ -1,105 +1,105 @@ '', - 'General' => '', - 'Show Avatars from Gravatar.' => '', - 'Unable to comment. Please try again later.' => '', - 'Submit' => '', - '{0} No pending|{1} One pending|]1,Inf[ %comments% pending' => '', - 'Enable Comments' => 'Ενεργοποιήστε τα σχόλια', + 'Require e-mail.' => 'Ζητήστε e-mail.', + 'General' => 'Γενικά', + 'Show Avatars from Gravatar.' => 'Προβολή εικόνων χρήστη από την υπηρεσία Gravatar', + 'Unable to comment. Please try again later.' => 'Το σχόλιο απέτυχε. Παρακαλώ προσπαθήστε σε λίγο.', + 'Submit' => 'Υποβολή', + '{0} No pending|{1} One pending|]1,Inf[ %comments% pending' => '{0} Κανένα σε αναμονή|{1} Ένα σε αναμονή|]1,Inf[ %comments% σε αναμονή', + 'Enable Comments' => 'Ενεργοποιήστε τα Σχόλια', 'Appearance' => 'Εμφάνιση', 'Draft' => 'Προσχέδιο', 'Approve' => 'Έγκριση', - 'Title' => '', - 'Permalink' => '', - 'Slug' => '', - 'Email invalid.' => '', - 'Comment not found.' => '', - 'Filter by' => '', + 'Title' => 'Τίτλος', + 'Permalink' => 'Στατικός υπερσύνδεσμος - Permalink', + 'Slug' => 'Σύντομη διεύθυνση', + 'Email invalid.' => 'Άκυρο email', + 'Comment not found.' => 'Δεν βρέθηκε σχόλιο.', + 'Filter by' => 'Ταξινόμηση κατα', 'Comments (%count%)' => 'Σχόλια (%count%)', 'Author' => 'Αρθρογράφος', 'Unapprove' => 'Απόρριψη', - '{1} %count% Comment selected|]1,Inf[ %count% Comments selected' => '', - 'Insufficient user rights.' => '', - 'Posts View' => '', - 'Default post settings' => '', - '{1} %count% Post selected|]1,Inf[ %count% Posts selected' => '', - 'Read more' => '', - 'Image' => '', - 'Posts' => 'Άρθρο', + '{1} %count% Comment selected|]1,Inf[ %count% Comments selected' => '{1} %count% Επιλεγμένο σχόλιο|]1,Inf[ %count% Επιλεγμένα σχόλια', + 'Insufficient user rights.' => 'Ανεπαρκή δικαιώματα χρήστη.', + 'Posts View' => 'Προβολή Άρθρων', + 'Default post settings' => 'Προεπιλεγμένες ρυθμίσεις άρθρου', + '{1} %count% Post selected|]1,Inf[ %count% Posts selected' => '{1} %count% Επιλεγμένο άρθρο|]1,Inf[ %count% Επιλεγμένα άρθρα', + 'Read more' => 'Διαβάστε περισσότερα', + 'Image' => 'Εικόνα', + 'Posts' => 'Άρθρα', 'Pending' => 'Αναμονή έγκρισης', 'Comment' => 'Σχόλιο', - 'Approved' => '', + 'Approved' => 'Εγκρίθηκε', 'Edit Post' => 'Επεξεργασία άρθρου', - 'Thank you! Your comment needs approval before showing up.' => '', - 'Pending Review' => '', - 'Excerpt' => '', - 'Edit' => '', - '{0} No pending|{1} One pending|]1,Inf[ %comments_pending% pending' => '', - 'Invalid post id.' => '', + 'Thank you! Your comment needs approval before showing up.' => 'Σας ευχαριστούμε! Το σχόλιο σας θα χρειαστεί έγκριση πριν εμφανιστεί.', + 'Pending Review' => 'Αναμονή έγκρισης', + 'Excerpt' => 'Απόσπασμα', + 'Edit' => 'Επεξεργασία', + '{0} No pending|{1} One pending|]1,Inf[ %comments_pending% pending' => '{0} Κανένα σε αναμονή|{1} Ένα σε αναμονή|]1,Inf[ %comments_pending% σε αναμονή', + 'Invalid post id.' => 'Άκυρο id άρθρου', 'Blog' => 'Ιστολόγιο', 'Enter Title' => 'Εισαγάγετε τίτλο', - 'Logged in as %name%' => '', + 'Logged in as %name%' => 'Έχετε συνδεθεί ώς %name%', 'Order comments by' => 'Ταξινόμηση σχολίων ανά', - 'Title cannot be blank.' => '', - 'Save' => '', - 'Status' => '', - '{0} No post copied.|{1} Post copied.|]1,Inf[ Posts copied.' => '', - '{0} %count% Comments|{1} %count% Comment|]1,Inf[ %count% Comments' => '', - 'Please login to leave a comment.' => '', - 'Posts per page' => '', + 'Title cannot be blank.' => 'Το πεδίο τίτλου δεν μπορεί να είναι κενό.', + 'Save' => 'Αποθήκευση', + 'Status' => 'Κατάσταση', + '{0} No post copied.|{1} Post copied.|]1,Inf[ Posts copied.' => '{0} Κανένα αντιγραμμένο άρθρο.|{1} Αντιγραμμένο άρθρο.|]1,Inf[ Αντιγραμμένα άρθρα.', + '{0} %count% Comments|{1} %count% Comment|]1,Inf[ %count% Comments' => '{0} %count% Σχόλια|{1} %count% Σχόλιο|]1,Inf[ %count% Σχόλια', + 'Please login to leave a comment.' => 'Παρακαλούμε συνδεθείτε για να υποβάλετε σχόλιο.', + 'Posts per page' => 'Άρθρα ανά σελίδα', 'E-mail' => 'Ηλεκτρονικό ταχυδρομείο', - 'latest last' => '', + 'latest last' => 'Εμφάνιση κατά νεότερο', 'Please wait another %seconds% seconds before commenting again.' => 'Παρακαλώ περιμένετε %seconds% δευτερόλεπτά πριν σχολιάσετε ξανά.', - 'Delete' => '', - 'Post not found.' => '', + 'Delete' => 'Διαγραφή', + 'Post not found.' => 'Το άρθρο δεν βρέθηκε.', 'No comments found.' => 'Δεν βρέθηκαν σχόλια.', 'Publish on' => 'Δημοσιεύθηκε την', - 'Name cannot be blank.' => '', - 'Invalid slug.' => '', + 'Name cannot be blank.' => 'Το πεδίο ονόματος δεν μπορεί να είναι κενό.', + 'Invalid slug.' => 'Άκυρη σύντομη διεύθυνση.', 'Please provide valid name and email.' => 'Παρακαλώ δώστε έγκυρο όνομα και email.', - 'You are not allowed to post comments.' => '', - 'Author cannot be blank.' => '', - 'latest first' => '', - 'Unpublished' => '', - 'Mark as spam' => '', - 'Custom' => '', + 'You are not allowed to post comments.' => 'Δεν επιτρέπεται να υποβάλετε σχόλια.', + 'Author cannot be blank.' => 'Το όνομα αρθογράφου δεν μπορεί να είναι κενό.', + 'latest first' => 'Εμφάνιση κατά παλαιότερο', + 'Unpublished' => 'Αδημοσίευτο', + 'Mark as spam' => 'Σήμανση ως ανεπιθύμητο μήνυμα', + 'Custom' => 'Προσαρμογή', 'Published' => 'Δημοσιευμένο', - '{0} %count% Posts|{1} %count% Post|]1,Inf[ %count% Posts' => '', + '{0} %count% Posts|{1} %count% Post|]1,Inf[ %count% Posts' => '{0} %count% Άρθρα|{1} %count% Άρθρο|]1,Inf[ %count% Άρθρα', 'Add Post' => 'Προσθήκη άρθρου', 'Date' => 'Ημερομηνία', 'Reply' => 'Απάντηση', - 'Parent not found.' => '', - 'URL' => '', + 'Parent not found.' => 'Η σελίδα στην οποία ανήκει το άρθρο, δεν βρέθηκε.', + 'URL' => 'Υπερσύνδεσμος - URL', 'Day and name' => 'Ημέρα και όνομα', - 'Options' => '', - 'Field must be a valid email address.' => '', - 'levels deep.' => '', - 'Comments on %title%' => '', - 'Insufficient User Rights.' => '', - 'Copy' => '', - 'Post not found!' => '', - 'Blog Settings' => '', + 'Options' => 'Επιλογές', + 'Field must be a valid email address.' => 'Το email πρέπει να είναι έγκυρο.', + 'levels deep.' => 'επίπεδα βάθος.', + 'Comments on %title%' => 'Σχόλια σε %title%', + 'Insufficient User Rights.' => 'Μη Επαρκή Δικαιώματα Χρήστη.', + 'Copy' => 'Αντιγραφή', + 'Post not found!' => 'Το άρθρο δεν βρέθηκε!', + 'Blog Settings' => 'Ρυθμίσεις ιστολογίου', 'days.' => 'ημέρες.', - 'Email' => '', + 'Email' => 'Email', 'No posts found.' => 'Δεν βρέθηκαν άρθρα.', - 'Enable Markdown' => '', + 'Enable Markdown' => 'Ενεργοποίηση Markdown', 'Comments' => 'Σχόλια', - 'Content cannot be blank.' => '', - 'Unknown' => '', + 'Content cannot be blank.' => 'Το πεδίο περιεχομένου δεν μπορεί να είναι κενό.', + 'Unknown' => 'Άγνωστο ', 'Month and name' => 'Μήνας και όνομα', - 'Comments are closed.' => '', - 'Close comments on articles older than' => '', - 'Cancel' => '', - 'Written by %name% on %date%' => '', - 'Enable nested comments of' => '', - 'Restrict Access' => '', - 'Comment cannot be blank.' => '', - 'Access denied.' => '', - 'Spam' => '', + 'Comments are closed.' => 'Τα σχόλια έχουν απενεργοποιηθεί.', + 'Close comments on articles older than' => 'Απενεργοποίηση σχολίων παλαιότερα από', + 'Cancel' => 'Άκυρο', + 'Written by %name% on %date%' => 'Συντάχθηκε από %name% στις %date%', + 'Enable nested comments of' => 'Ενεργοποιήστε τα σχόλια της κατηγορίας', + 'Restrict Access' => 'Περιορισμός πρόσβασης', + 'Comment cannot be blank.' => 'Το πεδίο στο σχόλιο δεν μπορεί να είναι κενό.', + 'Access denied.' => 'Δεν επιτρέπεται η πρόσβαση.', + 'Spam' => 'Ανεπιθύμητα μηνύματα', 'Leave a comment' => 'Αφήστε ένα σχόλιο', - '{0} No comments|{1} %num% Comment|]1,Inf[ %num% Comments' => '', + '{0} No comments|{1} %num% Comment|]1,Inf[ %num% Comments' => '{0} Κανένα σχόλιο|{1} %num% Σχόλιο|]1,Inf[ %num% Σχόλια', 'Post' => 'Άρθρο', - 'View' => '', + 'View' => 'Προβολή', 'Numeric' => 'Αριθμητικό', - 'Name' => '', + 'Name' => 'Όνομα', ); \ No newline at end of file diff --git a/languages/es_419/messages.php b/languages/es_419/messages.php index ff544ba..cddddfb 100644 --- a/languages/es_419/messages.php +++ b/languages/es_419/messages.php @@ -14,7 +14,7 @@ 'Slug' => 'Slug', 'Email invalid.' => 'Correo no válido.', 'Comment not found.' => 'Comentario no encontrado.', - 'Filter by' => '', + 'Filter by' => 'Filtrar por', 'Comments (%count%)' => 'Comentarios (%count%)', 'Author' => 'Autor', 'Unapprove' => 'Desaprobar', @@ -99,7 +99,7 @@ 'Leave a comment' => 'Dejar un comentario', '{0} No comments|{1} %num% Comment|]1,Inf[ %num% Comments' => '{0} Sin comentarios|{1} %num% Comentario|]1,Inf[ %num% Comentarios', 'Post' => 'Publicación', - 'View' => '', + 'View' => 'Vista', 'Numeric' => 'Numérico', 'Name' => 'Nombre', ); \ No newline at end of file diff --git a/languages/fr_FR/messages.php b/languages/fr_FR/messages.php index cc2f3f7..91579e5 100644 --- a/languages/fr_FR/messages.php +++ b/languages/fr_FR/messages.php @@ -1,9 +1,9 @@ '', + 'Require e-mail.' => 'Nécessite un e-mail', 'General' => 'Général', 'Show Avatars from Gravatar.' => 'Afficher les avatars de Gravatar.', - 'Unable to comment. Please try again later.' => '', - 'Submit' => '', + 'Unable to comment. Please try again later.' => 'Impossible de commenter. Veuillez réessayer ultérieurement.', + 'Submit' => 'Envoyer', '{0} No pending|{1} One pending|]1,Inf[ %comments% pending' => '{0} Aucun commentaire en attente|{1} Un commentaire en attente |]1,Inf[ %comments% commentaires en attente', 'Enable Comments' => 'Activer Les Commentaires', 'Appearance' => 'Apparence', @@ -14,23 +14,23 @@ 'Slug' => 'Slug', 'Email invalid.' => 'Email non valide.', 'Comment not found.' => 'Commentaire non trouvé.', - 'Filter by' => '', + 'Filter by' => 'Filtrer par', 'Comments (%count%)' => 'Commentaires (%count%)', 'Author' => 'Auteur', 'Unapprove' => 'Désapprouver', '{1} %count% Comment selected|]1,Inf[ %count% Comments selected' => '{1} %count% Commentaire sélectionné|]1,Inf[ %count% Commentaires sélectionnés', - 'Insufficient user rights.' => 'Droits de l\'utilisateur insuffisantes.', - 'Posts View' => '', + 'Insufficient user rights.' => 'Droits de l\'utilisateur insuffisants.', + 'Posts View' => 'Liste des articles', 'Default post settings' => 'Les paramètres par défaut de l\'article', '{1} %count% Post selected|]1,Inf[ %count% Posts selected' => '{1} %count% Article sélectionné|]1,Inf[ %count% Articles sélectionnés', - 'Read more' => '', + 'Read more' => 'Lire la suite', 'Image' => 'Image', 'Posts' => 'Articles', 'Pending' => 'En attente', 'Comment' => 'Commentaire', 'Approved' => 'Approuvé', 'Edit Post' => 'Modifier l\'article', - 'Thank you! Your comment needs approval before showing up.' => '', + 'Thank you! Your comment needs approval before showing up.' => 'Merci! Votre commentaire doit être validé avant d\'apparaître', 'Pending Review' => 'En attente de relecture', 'Excerpt' => 'Résumé', 'Edit' => 'Modifier', @@ -48,7 +48,7 @@ 'Please login to leave a comment.' => 'Veuillez vous connecter pour laisser un commentaire.', 'Posts per page' => 'Articles par page', 'E-mail' => 'E-mail', - 'latest last' => '', + 'latest last' => 'Les plus anciens en dernier.', 'Please wait another %seconds% seconds before commenting again.' => 'Veuillez attendre encore %seconds% secondes avant de commenter à nouveau.', 'Delete' => 'Supprimer', 'Post not found.' => 'Article non trouvé.', @@ -58,8 +58,8 @@ 'Invalid slug.' => 'Slug non valide.', 'Please provide valid name and email.' => 'Veuillez entrer un nom et une adresse e-mail valides.', 'You are not allowed to post comments.' => 'Vous n\'avez pas l\'autorisation d\'écrire des commentaires.', - 'Author cannot be blank.' => 'Auteur ne peut être vide.', - 'latest first' => '', + 'Author cannot be blank.' => 'Auteur ne peut pas être vide.', + 'latest first' => 'Les plus anciens en premier.', 'Unpublished' => 'Dépublié', 'Mark as spam' => 'Marquer comme spam', 'Custom' => 'Personnalisé', @@ -78,7 +78,7 @@ 'Insufficient User Rights.' => 'Droits De L\'Utilisateur Insuffisantes.', 'Copy' => 'Copier', 'Post not found!' => 'Cet article n\'existe pas!', - 'Blog Settings' => 'La Configuration De Blog', + 'Blog Settings' => 'La Configuration du Blog', 'days.' => 'jours.', 'Email' => 'Email', 'No posts found.' => 'Aucun article.', @@ -99,7 +99,7 @@ 'Leave a comment' => 'Laisser un commentaire', '{0} No comments|{1} %num% Comment|]1,Inf[ %num% Comments' => '{0} Aucun comentaire|{1} Un commentaire|]1,Inf[ %num% commentaires', 'Post' => 'Article', - 'View' => '', + 'View' => 'Voir', 'Numeric' => 'Numérique', 'Name' => 'Nom', ); \ No newline at end of file diff --git a/languages/hr_HR/messages.php b/languages/hr_HR/messages.php index 8ee9879..906a218 100644 --- a/languages/hr_HR/messages.php +++ b/languages/hr_HR/messages.php @@ -1,9 +1,9 @@ '', + 'Require e-mail.' => 'Potreban je e-mail.', 'General' => 'Opće', 'Show Avatars from Gravatar.' => 'Prikaži Avatare sa Gravatara.', - 'Unable to comment. Please try again later.' => '', - 'Submit' => '', + 'Unable to comment. Please try again later.' => 'Nije moguće komentirati. Molimo pokušajte ponovo kasnije.', + 'Submit' => 'Pošalji', '{0} No pending|{1} One pending|]1,Inf[ %comments% pending' => '{0} Nema na čekanju|{1} Jedan na čekanju|]1,Inf[ %comments% na čekanju', 'Enable Comments' => 'Omogući Komentare', 'Appearance' => 'Izgled', @@ -14,23 +14,23 @@ 'Slug' => 'Slug', 'Email invalid.' => 'Email je neispravan.', 'Comment not found.' => 'Komentar nije pronađen.', - 'Filter by' => '', + 'Filter by' => 'Filtriraj po', 'Comments (%count%)' => 'Komentari (%count%)', 'Author' => 'Autor', 'Unapprove' => 'Neodobri', '{1} %count% Comment selected|]1,Inf[ %count% Comments selected' => '{1} %count% Izabranih komentara|]1,Inf[ %count% Izabranih komentara', 'Insufficient user rights.' => 'Nedovoljna korisnička prava.', - 'Posts View' => '', + 'Posts View' => 'Pregled Upisa', 'Default post settings' => 'Zadane postavke upisa', '{1} %count% Post selected|]1,Inf[ %count% Posts selected' => '{1} %count% Izabrani upis|]1,Inf[ %count% Izabranih upisa', - 'Read more' => '', + 'Read more' => 'Pročitajte Više', 'Image' => 'Slika', 'Posts' => 'Upisi', 'Pending' => 'U tijeku', 'Comment' => 'Komentar', 'Approved' => 'Odobreno', 'Edit Post' => 'Uredi Upis', - 'Thank you! Your comment needs approval before showing up.' => '', + 'Thank you! Your comment needs approval before showing up.' => 'Hvala! Vašem komentaru potrebno je odobrenje prije prikazivanja.', 'Pending Review' => 'Pregled u tijeku', 'Excerpt' => 'Isječak', 'Edit' => 'Uredi', @@ -48,7 +48,7 @@ 'Please login to leave a comment.' => 'Molimo prijavite se da bi ostaviti komentar.', 'Posts per page' => 'Upisa po stranici', 'E-mail' => 'E-mail', - 'latest last' => '', + 'latest last' => 'najnoviji posljednji.', 'Please wait another %seconds% seconds before commenting again.' => 'Pričekajte još %seconds% sekundi prije ponovnog komentiranja.', 'Delete' => 'Izbriši', 'Post not found.' => 'Upis nije pronađen.', @@ -59,7 +59,7 @@ 'Please provide valid name and email.' => 'Unesite valjano ime i email.', 'You are not allowed to post comments.' => 'Nemate dopuštenje da upisujete komentare.', 'Author cannot be blank.' => 'Autor ne može biti prazan.', - 'latest first' => '', + 'latest first' => 'najnoviji prvi.', 'Unpublished' => 'Neobjavljeno', 'Mark as spam' => 'Označi kao neželjeno', 'Custom' => 'Prilagođeno', @@ -81,7 +81,7 @@ 'Blog Settings' => 'Postavke Bloga', 'days.' => 'dana.', 'Email' => 'Email', - 'No posts found.' => 'Nijedan upis nije pronađen.', + 'No posts found.' => 'Nema pronađenih upisa.', 'Enable Markdown' => 'Omogući Markdown', 'Comments' => 'Komentari', 'Content cannot be blank.' => 'Sadržaj ne može biti prazan.', @@ -99,7 +99,7 @@ 'Leave a comment' => 'Ostavite komentar', '{0} No comments|{1} %num% Comment|]1,Inf[ %num% Comments' => '{0} Nema komentara|{1} %num% Komentar|]1,Inf[ %num% Komentara', 'Post' => 'Upis', - 'View' => '', + 'View' => 'Pregled', 'Numeric' => 'Numerički', 'Name' => 'Ime', ); \ No newline at end of file diff --git a/languages/hu_HU/messages.php b/languages/hu_HU/messages.php index 4c46ea8..8f7c0ca 100644 --- a/languages/hu_HU/messages.php +++ b/languages/hu_HU/messages.php @@ -1,105 +1,105 @@ '', - 'General' => '', - 'Show Avatars from Gravatar.' => '', - 'Unable to comment. Please try again later.' => '', - 'Submit' => '', - '{0} No pending|{1} One pending|]1,Inf[ %comments% pending' => '', - 'Enable Comments' => '', - 'Appearance' => '', - 'Draft' => '', - 'Approve' => '', - 'Title' => '', - 'Permalink' => '', - 'Slug' => '', - 'Email invalid.' => '', - 'Comment not found.' => '', - 'Filter by' => '', - 'Comments (%count%)' => '', - 'Author' => '', - 'Unapprove' => '', - '{1} %count% Comment selected|]1,Inf[ %count% Comments selected' => '', - 'Insufficient user rights.' => '', - 'Posts View' => '', - 'Default post settings' => '', - '{1} %count% Post selected|]1,Inf[ %count% Posts selected' => '', - 'Read more' => '', - 'Image' => '', - 'Posts' => '', - 'Pending' => '', - 'Comment' => '', - 'Approved' => '', - 'Edit Post' => '', - 'Thank you! Your comment needs approval before showing up.' => '', - 'Pending Review' => '', - 'Excerpt' => '', - 'Edit' => '', - '{0} No pending|{1} One pending|]1,Inf[ %comments_pending% pending' => '', - 'Invalid post id.' => '', - 'Blog' => '', - 'Enter Title' => '', - 'Logged in as %name%' => '', - 'Order comments by' => '', - 'Title cannot be blank.' => '', - 'Save' => '', - 'Status' => '', - '{0} No post copied.|{1} Post copied.|]1,Inf[ Posts copied.' => '', - '{0} %count% Comments|{1} %count% Comment|]1,Inf[ %count% Comments' => '', - 'Please login to leave a comment.' => '', - 'Posts per page' => '', - 'E-mail' => '', - 'latest last' => '', - 'Please wait another %seconds% seconds before commenting again.' => '', - 'Delete' => '', - 'Post not found.' => '', - 'No comments found.' => '', - 'Publish on' => '', - 'Name cannot be blank.' => '', - 'Invalid slug.' => '', - 'Please provide valid name and email.' => '', - 'You are not allowed to post comments.' => '', - 'Author cannot be blank.' => '', - 'latest first' => '', - 'Unpublished' => '', - 'Mark as spam' => '', - 'Custom' => '', - 'Published' => '', - '{0} %count% Posts|{1} %count% Post|]1,Inf[ %count% Posts' => '', - 'Add Post' => '', - 'Date' => '', - 'Reply' => '', - 'Parent not found.' => '', - 'URL' => '', - 'Day and name' => '', - 'Options' => '', - 'Field must be a valid email address.' => '', + 'Require e-mail.' => 'Email cím kötelező', + 'General' => 'Általános', + 'Show Avatars from Gravatar.' => 'Avatar megjelenítése a Gravatarról.', + 'Unable to comment. Please try again later.' => 'Nem lehet hozzászólni. Később érdemes újra megpróbálni.', + 'Submit' => 'Küldés', + '{0} No pending|{1} One pending|]1,Inf[ %comments% pending' => '{0} Nincs függőben lévő|{1} Egy függőben lévő|]1,Inf[ %comments% függőben lévő', + 'Enable Comments' => 'Hozzászólások engedélyezése', + 'Appearance' => 'Megjelenés', + 'Draft' => 'Piszkozat', + 'Approve' => 'Jóváhagy', + 'Title' => 'Cím', + 'Permalink' => 'Állandó link', + 'Slug' => 'Útvonal', + 'Email invalid.' => 'Hibás email cím.', + 'Comment not found.' => 'Nincs hozzászólás', + 'Filter by' => 'Szűrés az alábbiak szerint', + 'Comments (%count%)' => 'Hozzászólás (%count%)', + 'Author' => 'Szerző', + 'Unapprove' => 'Elutasít', + '{1} %count% Comment selected|]1,Inf[ %count% Comments selected' => '{1} %count% hozzászólás kiválasztva|]1,Inf[ %count% hozzászólás kiválasztva', + 'Insufficient user rights.' => 'Elégtelen felhasználói jogok', + 'Posts View' => 'Tartalom nézet', + 'Default post settings' => 'Bejegyzés alapértelmezett beállításai', + '{1} %count% Post selected|]1,Inf[ %count% Posts selected' => '{1} %count% bejegyzés kiválasztva|]1,Inf[ %count% bejegyzés kiválasztva', + 'Read more' => 'Bővebben', + 'Image' => 'Kép', + 'Posts' => 'Bejegyzések', + 'Pending' => 'Függőben levő', + 'Comment' => 'Hozzászólás', + 'Approved' => 'Jóváhagyott', + 'Edit Post' => 'Bejegyzés szerkesztése', + 'Thank you! Your comment needs approval before showing up.' => 'Köszönjük! A hozzászólás jóváhagyásra kerül megjelenítés előtt.', + 'Pending Review' => 'Áttekintésre vár', + 'Excerpt' => 'Bevezető a blog oldalra', + 'Edit' => 'Szerkesztés', + '{0} No pending|{1} One pending|]1,Inf[ %comments_pending% pending' => '{0} Nincs függőben lévő|{1} Egy függőben lévő|]1,Inf[ %comments% függőben lévő', + 'Invalid post id.' => 'Hibás bejegyzés azonosító', + 'Blog' => 'Blog', + 'Enter Title' => 'Cím hozzáadása', + 'Logged in as %name%' => 'Bejelentkezve mint %name%', + 'Order comments by' => 'Hozzászólások rendezése', + 'Title cannot be blank.' => 'A cím mező nem lehet üres.', + 'Save' => 'Mentés', + 'Status' => 'Állapot', + '{0} No post copied.|{1} Post copied.|]1,Inf[ Posts copied.' => '{0} Nincs bejegyzés másolva.|{1} bejegyzés másolva.|]1,Inf[ bejegyzés másolva.', + '{0} %count% Comments|{1} %count% Comment|]1,Inf[ %count% Comments' => '{0} %count% hozzászólás|{1} %count% hozzászólás|]1,Inf[ %count% hozzászólás', + 'Please login to leave a comment.' => 'Be kell jelentkezni a hozzászóláshoz.', + 'Posts per page' => 'Bejegyzések száma egy oldalon', + 'E-mail' => 'E-mail', + 'latest last' => 'legutolsó hátul', + 'Please wait another %seconds% seconds before commenting again.' => 'Várni kell %seconds% másodpercet mielőtt újra hozzászólna.', + 'Delete' => 'Törlés', + 'Post not found.' => 'Bejegyzés nem található', + 'No comments found.' => 'Nincs hozzászólás', + 'Publish on' => 'Közzététel ekkor', + 'Name cannot be blank.' => 'A név mező kötelező.', + 'Invalid slug.' => 'Hibás útvona', + 'Please provide valid name and email.' => 'Kérjük adjon meg megfelelő email címet és nevet.', + 'You are not allowed to post comments.' => 'Nem lehet a bejegyzéshez hozzászólni.', + 'Author cannot be blank.' => 'A szerző nem lehet üres.', + 'latest first' => 'legutolsó elöl', + 'Unpublished' => 'Elrejtve', + 'Mark as spam' => 'Spamnak jelölés', + 'Custom' => 'Egyedi', + 'Published' => 'Közzétéve', + '{0} %count% Posts|{1} %count% Post|]1,Inf[ %count% Posts' => '{0} %count% bejegyzés|{1} %count% bejegyzés|]1,Inf[ %count% bejegyzés', + 'Add Post' => 'Bejegyzés hozzáadása', + 'Date' => 'Dátum', + 'Reply' => 'Válasz', + 'Parent not found.' => 'Szülő nem található', + 'URL' => 'URL', + 'Day and name' => 'Nap és név', + 'Options' => 'Egyéb opciók', + 'Field must be a valid email address.' => 'Hibás email cím formátum', 'levels deep.' => '', - 'Comments on %title%' => '', - 'Insufficient User Rights.' => '', - 'Copy' => '', - 'Post not found!' => '', - 'Blog Settings' => '', - 'days.' => '', - 'Email' => '', - 'No posts found.' => '', - 'Enable Markdown' => '', - 'Comments' => '', - 'Content cannot be blank.' => '', - 'Unknown' => '', - 'Month and name' => '', - 'Comments are closed.' => '', - 'Close comments on articles older than' => '', - 'Cancel' => '', - 'Written by %name% on %date%' => '', - 'Enable nested comments of' => '', - 'Restrict Access' => '', - 'Comment cannot be blank.' => '', - 'Access denied.' => '', - 'Spam' => '', - 'Leave a comment' => '', - '{0} No comments|{1} %num% Comment|]1,Inf[ %num% Comments' => '', - 'Post' => '', - 'View' => '', - 'Numeric' => '', - 'Name' => '', + 'Comments on %title%' => 'Hozzászólások a %title% tartalmon', + 'Insufficient User Rights.' => 'Elégtelen felhasználói jogok', + 'Copy' => 'Másolás', + 'Post not found!' => 'A bejegyzés nem található!', + 'Blog Settings' => 'Blog beállítások', + 'days.' => 'nap után.', + 'Email' => 'E-mail', + 'No posts found.' => 'A bejegyzések nem találhatóak.', + 'Enable Markdown' => 'Markdown engedélyezése', + 'Comments' => 'Hozzászólások', + 'Content cannot be blank.' => 'A tartalom mező kitöltése kötelező.', + 'Unknown' => 'Ismeretlen', + 'Month and name' => 'Hónap és név', + 'Comments are closed.' => 'Hozzászólás tiltott.', + 'Close comments on articles older than' => 'Bejegyzések hozzászólási lehetőségének lezárása', + 'Cancel' => 'Mégse', + 'Written by %name% on %date%' => '%name% írta, %date%', + 'Enable nested comments of' => 'Beágyazott hozzászólás engedélyezése', + 'Restrict Access' => 'Hozzáférés szabályozás', + 'Comment cannot be blank.' => 'A hozzászólás nem lehet üres.', + 'Access denied.' => 'Hozzáférés megtagadva.', + 'Spam' => 'Spam', + 'Leave a comment' => 'Hozzászólás', + '{0} No comments|{1} %num% Comment|]1,Inf[ %num% Comments' => '{0} nincs hozzászólás|{1} %num% hozzászólás|]1,Inf[ %num% hozzászólás', + 'Post' => 'Bejegyzés', + 'View' => 'Megtekintés', + 'Numeric' => 'Szám', + 'Name' => 'Név', ); \ No newline at end of file diff --git a/languages/ja_JP/messages.php b/languages/ja_JP/messages.php index f5a0088..c56c289 100644 --- a/languages/ja_JP/messages.php +++ b/languages/ja_JP/messages.php @@ -1,30 +1,30 @@ '', + 'Require e-mail.' => 'メールアドレスは必須です。', 'General' => '一般', 'Show Avatars from Gravatar.' => 'Gravatarのアバターを表示しています。', 'Unable to comment. Please try again later.' => '', - 'Submit' => '', + 'Submit' => '送信', '{0} No pending|{1} One pending|]1,Inf[ %comments% pending' => '{0} 保留はありません|{1} 一つ保留されています。|]1,Inf[ %comments% 保留されています。', 'Enable Comments' => 'コメントを有効にする', 'Appearance' => '外観', 'Draft' => '下書き', 'Approve' => '承諾', - 'Title' => '', + 'Title' => 'タイトル', 'Permalink' => 'パーマリンク', 'Slug' => '', - 'Email invalid.' => '', - 'Comment not found.' => '', + 'Email invalid.' => 'メールアドレスが無効です。', + 'Comment not found.' => 'コメントはありません。', 'Filter by' => '', 'Comments (%count%)' => 'コメント (%count%)', 'Author' => '投稿者', 'Unapprove' => '非承諾', - '{1} %count% Comment selected|]1,Inf[ %count% Comments selected' => '', + '{1} %count% Comment selected|]1,Inf[ %count% Comments selected' => '{1} %count%コメント選択中|]1,Inf[ %count%コメント選択中', 'Insufficient user rights.' => '', 'Posts View' => '', 'Default post settings' => '', '{1} %count% Post selected|]1,Inf[ %count% Posts selected' => '', - 'Read more' => '', - 'Image' => '', + 'Read more' => '続きを読む', + 'Image' => '画像', 'Posts' => '記事', 'Pending' => '保留中', 'Comment' => 'コメント', @@ -33,33 +33,33 @@ 'Thank you! Your comment needs approval before showing up.' => '', 'Pending Review' => 'レビュー中です', 'Excerpt' => '概要', - 'Edit' => '', + 'Edit' => '編集', '{0} No pending|{1} One pending|]1,Inf[ %comments_pending% pending' => '', 'Invalid post id.' => 'Post IDが正しくありません。', 'Blog' => 'ブログ', 'Enter Title' => 'タイトルを入力してください', 'Logged in as %name%' => '%name% としてログインしています。', 'Order comments by' => 'コメントのソート', - 'Title cannot be blank.' => '', - 'Save' => '', - 'Status' => '', + 'Title cannot be blank.' => 'タイトルは空にできません。', + 'Save' => '保存', + 'Status' => 'ステータス', '{0} No post copied.|{1} Post copied.|]1,Inf[ Posts copied.' => '{0} 記事はコピーされませんでした。。{1} 記事はコピーされました。|]1,Inf[ 記事はコピーされました。', - '{0} %count% Comments|{1} %count% Comment|]1,Inf[ %count% Comments' => '', + '{0} %count% Comments|{1} %count% Comment|]1,Inf[ %count% Comments' => '{0} %count% コメント|{1} %count% コメント|]1,Inf[ %count% コメント', 'Please login to leave a comment.' => 'コメントするにはログインしてください。', 'Posts per page' => '', 'E-mail' => 'Eメール', - 'latest last' => '', + 'latest last' => '古い順に表示', 'Please wait another %seconds% seconds before commenting again.' => 'コメントする前にあと %seconds% 秒お待ちください。', - 'Delete' => '', - 'Post not found.' => '', + 'Delete' => '削除', + 'Post not found.' => '投稿はありません。', 'No comments found.' => 'コメントが見つかりませんでした。', 'Publish on' => '投稿日', - 'Name cannot be blank.' => '', + 'Name cannot be blank.' => '名前は空にできません。', 'Invalid slug.' => '', 'Please provide valid name and email.' => '正しい名前とEメールを入力してください。', 'You are not allowed to post comments.' => 'あなたは記事へのコメントを許可されていません。', - 'Author cannot be blank.' => '', - 'latest first' => '', + 'Author cannot be blank.' => '著者は空にできません。', + 'latest first' => '新しい順に表示', 'Unpublished' => '未公開', 'Mark as spam' => 'スパムとする', 'Custom' => 'カスタム', @@ -69,37 +69,37 @@ 'Date' => '日付:', 'Reply' => '返信', 'Parent not found.' => '', - 'URL' => '', + 'URL' => 'URL', 'Day and name' => '日付と名前', - 'Options' => '', - 'Field must be a valid email address.' => '', + 'Options' => 'オプション', + 'Field must be a valid email address.' => '正しいメールアドレスをフィールドに入力してください。', 'levels deep.' => '深さのレベル', 'Comments on %title%' => '%title% にコメント', 'Insufficient User Rights.' => '', - 'Copy' => '', - 'Post not found!' => '', - 'Blog Settings' => '', + 'Copy' => 'コピー', + 'Post not found!' => '投稿は見つかりませんでした!', + 'Blog Settings' => 'ブログ設定', 'days.' => '日', - 'Email' => '', + 'Email' => 'メールアドレス', 'No posts found.' => '投稿が見つかりませんでした。', - 'Enable Markdown' => '', + 'Enable Markdown' => 'Markdownを有効にする', 'Comments' => 'コメント', 'Content cannot be blank.' => '', - 'Unknown' => '', + 'Unknown' => '不明', 'Month and name' => '月と名前', 'Comments are closed.' => '', 'Close comments on articles older than' => 'これより古い記事のコメントをクローズする', - 'Cancel' => '', + 'Cancel' => 'キャンセル', 'Written by %name% on %date%' => '%name% によって %date%に書かれました', 'Enable nested comments of' => '入れ子式コメントを有効にする', - 'Restrict Access' => '', - 'Comment cannot be blank.' => '', - 'Access denied.' => '', + 'Restrict Access' => 'アクセス制限', + 'Comment cannot be blank.' => 'コメントは空にできません。', + 'Access denied.' => 'アクセスが拒否されました。', 'Spam' => 'スパム', 'Leave a comment' => 'コメントをどうぞ', '{0} No comments|{1} %num% Comment|]1,Inf[ %num% Comments' => '{0} コメントはありません |{1} %num% コメント|]1,Inf[ %num% コメント', 'Post' => '投稿', - 'View' => '', + 'View' => 'ビュー', 'Numeric' => '数値', - 'Name' => '', + 'Name' => '名前', ); \ No newline at end of file diff --git a/languages/nb_NO/messages.php b/languages/nb_NO/messages.php index 048b091..4dd9c54 100644 --- a/languages/nb_NO/messages.php +++ b/languages/nb_NO/messages.php @@ -1,9 +1,9 @@ '', + 'Require e-mail.' => 'E-post påkrevd.', 'General' => 'Generelt', 'Show Avatars from Gravatar.' => 'Vis avaterer fra Gravatar.', - 'Unable to comment. Please try again later.' => '', - 'Submit' => '', + 'Unable to comment. Please try again later.' => 'Kan ikke kommentere nå. Vennligst prøv igjen senere.', + 'Submit' => 'Send inn', '{0} No pending|{1} One pending|]1,Inf[ %comments% pending' => '{0} Ingen venter|{1} En venter|]1,Inf[ %comments% venter', 'Enable Comments' => 'Aktiver kommentarer', 'Appearance' => 'Utseende', @@ -14,23 +14,23 @@ 'Slug' => 'Permalenke', 'Email invalid.' => 'Ugyldig e-post.', 'Comment not found.' => 'Kommentar ikke funnet.', - 'Filter by' => '', + 'Filter by' => 'Filtrer etter', 'Comments (%count%)' => 'Kommentarer (%count%)', 'Author' => 'Forfatter', 'Unapprove' => 'Forkast', '{1} %count% Comment selected|]1,Inf[ %count% Comments selected' => '{1} %count% kommentar valgt|]1,Inf[ %count% kommentarer valgt', 'Insufficient user rights.' => 'Ikke tilstrekkelig brukerrettigheter.', - 'Posts View' => '', + 'Posts View' => 'Innleggsvisning', 'Default post settings' => 'Standard innleggsinnstillinger', '{1} %count% Post selected|]1,Inf[ %count% Posts selected' => '{1} %count% innlegg valgt|]1,Inf[ %count% innlegg valgt', - 'Read more' => '', + 'Read more' => 'Les mer', 'Image' => 'Bilde', 'Posts' => 'Innlegg', 'Pending' => 'Venter', 'Comment' => 'Kommentar', 'Approved' => 'Godkjent', 'Edit Post' => 'Rediger innlegg', - 'Thank you! Your comment needs approval before showing up.' => '', + 'Thank you! Your comment needs approval before showing up.' => 'Tusen takk! Din kommentar må godkjennes av oss før den vises på siden.', 'Pending Review' => 'Venter gjennomgang', 'Excerpt' => 'Utdrag', 'Edit' => 'Rediger', @@ -48,7 +48,7 @@ 'Please login to leave a comment.' => 'Vennligst logg inn for å skrive en kommentar.', 'Posts per page' => 'Innlegg per side', 'E-mail' => 'E-post', - 'latest last' => '', + 'latest last' => 'Siste sist', 'Please wait another %seconds% seconds before commenting again.' => 'Vennligst vent %seconds% sekunder før du kan kommentere igjen.', 'Delete' => 'Slett', 'Post not found.' => 'Innlegg ikke funnet.', @@ -59,7 +59,7 @@ 'Please provide valid name and email.' => 'Vennligst skriv et gyldig navn og e-post.', 'You are not allowed to post comments.' => 'Du har ikke tilgang til å skrive kommentarer', 'Author cannot be blank.' => 'Du må fylle inn forfatter', - 'latest first' => '', + 'latest first' => 'Siste først', 'Unpublished' => 'Avpublisert', 'Mark as spam' => 'Merk som søppelpost', 'Custom' => 'Egendefinert', @@ -99,7 +99,7 @@ 'Leave a comment' => 'Skriv en kommentar', '{0} No comments|{1} %num% Comment|]1,Inf[ %num% Comments' => '{0} Ingen kommentarer|{1} %num% kommentar|]1,Inf[ %num% kommentarer', 'Post' => 'Innlegg', - 'View' => '', + 'View' => 'Vis', 'Numeric' => 'Numerisk', 'Name' => 'n', ); \ No newline at end of file diff --git a/languages/nl_NL/messages.php b/languages/nl_NL/messages.php index 077463a..8bf95ca 100644 --- a/languages/nl_NL/messages.php +++ b/languages/nl_NL/messages.php @@ -1,9 +1,9 @@ '', + 'Require e-mail.' => 'E-mail verplicht', 'General' => 'Algemeen', 'Show Avatars from Gravatar.' => 'Gebruik avatars van Gravatar.', - 'Unable to comment. Please try again later.' => '', - 'Submit' => '', + 'Unable to comment. Please try again later.' => 'Reactie plaatsen is niet gelukt. Probeer het later opnieuw.', + 'Submit' => 'Versturen', '{0} No pending|{1} One pending|]1,Inf[ %comments% pending' => '{0} Geen wachtrij|{1} 1 in wachtrij|]1,Inf[ %comments% in wachtrij', 'Enable Comments' => 'Reacties toestaan', 'Appearance' => 'Uiterlijk', @@ -14,23 +14,23 @@ 'Slug' => 'Alias', 'Email invalid.' => 'Ongeldig e-mailadres', 'Comment not found.' => 'Reactie niet gevonden', - 'Filter by' => '', + 'Filter by' => 'Filter op', 'Comments (%count%)' => 'Reacties (%count%)', 'Author' => 'Auteur', 'Unapprove' => 'Afkeuren', '{1} %count% Comment selected|]1,Inf[ %count% Comments selected' => '{1} %count% reactie geselecteerd|]1,Inf[ %count% reacties geselecteerd', 'Insufficient user rights.' => 'Onvoldoende gebruikersrechten.', - 'Posts View' => '', + 'Posts View' => 'Berichtweergave', 'Default post settings' => 'Standaard bericht instellingen', '{1} %count% Post selected|]1,Inf[ %count% Posts selected' => '{1} %count% bericht geselecteerd|]1,Inf[ %count% berichten geselecteerd', - 'Read more' => '', + 'Read more' => 'Lees meer', 'Image' => 'Afbeelding', 'Posts' => 'Berichten', 'Pending' => 'In afwachting', 'Comment' => 'Reageren', 'Approved' => 'Goedgekeurd', 'Edit Post' => 'Bewerk bericht', - 'Thank you! Your comment needs approval before showing up.' => '', + 'Thank you! Your comment needs approval before showing up.' => 'Bedankt! Je reactie zal worden gepubliceerd nadat deze is goedgekeurd.', 'Pending Review' => 'Review in afwachting', 'Excerpt' => 'Samenvatting', 'Edit' => 'Bewerken', @@ -48,7 +48,7 @@ 'Please login to leave a comment.' => 'Log in om een reactie achter te laten.', 'Posts per page' => 'Berichten per pagina', 'E-mail' => 'E-mail', - 'latest last' => '', + 'latest last' => 'laatste laatst', 'Please wait another %seconds% seconds before commenting again.' => 'Wacht nog %seconds% seconden voordat je opnieuw een reactie plaatst.', 'Delete' => 'Verwijderen', 'Post not found.' => 'Bericht niet gevonden', @@ -59,7 +59,7 @@ 'Please provide valid name and email.' => 'Laat een geldige naam en e-mailadres achter.', 'You are not allowed to post comments.' => 'Je mag geen reacties plaatsen.', 'Author cannot be blank.' => 'Auteur kan niet leeg gelaten worden.', - 'latest first' => '', + 'latest first' => 'laatste eerst', 'Unpublished' => 'Gedepubliceerd', 'Mark as spam' => 'Markeren als spam', 'Custom' => 'Aangepast', @@ -99,7 +99,7 @@ 'Leave a comment' => 'Laat een reactie achter', '{0} No comments|{1} %num% Comment|]1,Inf[ %num% Comments' => '{0} Geen reacties|{1} %num% reactie|]1,Inf[ %num% reacties', 'Post' => 'Bericht', - 'View' => '', + 'View' => 'Weergave', 'Numeric' => 'Numeriek', 'Name' => 'Naam', ); \ No newline at end of file diff --git a/languages/pl_PL/messages.php b/languages/pl_PL/messages.php index 99185e9..18b7f13 100644 --- a/languages/pl_PL/messages.php +++ b/languages/pl_PL/messages.php @@ -1,9 +1,9 @@ '', + 'Require e-mail.' => 'Wymagaj emaila.', 'General' => 'Ogólne', 'Show Avatars from Gravatar.' => 'Pokazuj awatary z Gravatar', - 'Unable to comment. Please try again later.' => '', - 'Submit' => '', + 'Unable to comment. Please try again later.' => 'Nie można skomentować. Proszę spróbuj ponownie później.', + 'Submit' => 'Wyślij', '{0} No pending|{1} One pending|]1,Inf[ %comments% pending' => '{0} Brak oczekujących|{1} %num% oczekujący|[2,4] %num% oczekujące|]1,Inf[ %num% oczekujących', 'Enable Comments' => 'Włącz komentarze', 'Appearance' => 'Wygląd', @@ -14,23 +14,23 @@ 'Slug' => 'Alias', 'Email invalid.' => 'Email jest nieprawidłowy.', 'Comment not found.' => 'Nie znaleziono komentarza.', - 'Filter by' => '', + 'Filter by' => 'Filtruj przez', 'Comments (%count%)' => 'Komentarze (%count%)', 'Author' => 'Autor', 'Unapprove' => 'Odrzuć', '{1} %count% Comment selected|]1,Inf[ %count% Comments selected' => '{1} Wybrano %count% komentarz|[2,4] Wybrano %count% komentarze|]1,Inf[ Wybrano %count% komentarzy', 'Insufficient user rights.' => 'Niewystarczające uprawnienia.', - 'Posts View' => '', + 'Posts View' => 'Widok wpisów', 'Default post settings' => 'Domyślne ustawienia wpisu', '{1} %count% Post selected|]1,Inf[ %count% Posts selected' => '{1} Wybrano %count% wpis|[2,4] Wybrano %count% wpisy|]1,Inf[ Wybrano %count% wpisów', - 'Read more' => '', + 'Read more' => 'Czytaj więcej', 'Image' => 'Obraz', 'Posts' => 'Wpisy', 'Pending' => 'Oczekujący', 'Comment' => 'Skomentuj', 'Approved' => 'Zatwierdzony', 'Edit Post' => 'Edytuj wpis', - 'Thank you! Your comment needs approval before showing up.' => '', + 'Thank you! Your comment needs approval before showing up.' => 'Dziękujemy! Twój komentarz potrzebuje zatwierdzenia zanim się pojawi.', 'Pending Review' => 'Oczekuje na przegląd', 'Excerpt' => 'Wprowadzenie', 'Edit' => 'Edytuj', @@ -48,7 +48,7 @@ 'Please login to leave a comment.' => 'Proszę się zalogować, aby zostawić komentarz.', 'Posts per page' => 'Wpisów na stronę', 'E-mail' => 'E-mail', - 'latest last' => '', + 'latest last' => 'najnowsze na końcu', 'Please wait another %seconds% seconds before commenting again.' => '{1} Proszę poczekać jeszcze %seconds% sekundę przed ponownym skomentowaniem.|[2,4]Proszę poczekać jeszcze %seconds% sekundy przed ponownym skomentowaniem.|]4,Inf[ Proszę poczekać jeszcze %seconds% sekund przed ponownym skomentowaniem.', 'Delete' => 'Usuń', 'Post not found.' => 'Nie znaleziono wpisu,', @@ -59,7 +59,7 @@ 'Please provide valid name and email.' => 'Proszę wpisać poprawny podpis i email.', 'You are not allowed to post comments.' => 'Nie masz uprawnień do dodawania komentarzy.', 'Author cannot be blank.' => 'Pole autora nie może być puste.', - 'latest first' => '', + 'latest first' => 'najnowsze na początku', 'Unpublished' => 'Nieopublikowany', 'Mark as spam' => 'Oznacz jako spam', 'Custom' => 'Własny', @@ -99,7 +99,7 @@ 'Leave a comment' => 'Zostaw komentarz', '{0} No comments|{1} %num% Comment|]1,Inf[ %num% Comments' => '{0} Brak komentarzy|{1} %num% komentarz|[2,4] %num% komentarze|]1,Inf[ %num% komentarzy', 'Post' => 'Wpis', - 'View' => '', + 'View' => 'Widok', 'Numeric' => 'Liczbowy', 'Name' => 'Nazwa', ); \ No newline at end of file diff --git a/languages/pt_BR/messages.php b/languages/pt_BR/messages.php index 1836882..8006335 100644 --- a/languages/pt_BR/messages.php +++ b/languages/pt_BR/messages.php @@ -1,9 +1,9 @@ '', + 'Require e-mail.' => 'Exigir e-mail.', 'General' => 'Geral', 'Show Avatars from Gravatar.' => 'Exibir Avatares do Gravatar.', - 'Unable to comment. Please try again later.' => '', - 'Submit' => '', + 'Unable to comment. Please try again later.' => 'Incapaz de comentar. Por favor tente novamente mais tarde.', + 'Submit' => 'Enviar', '{0} No pending|{1} One pending|]1,Inf[ %comments% pending' => '{0} Nenhum pendente.|{1} Um pendente.|]1,Inf[ %comments% pendentes.', 'Enable Comments' => 'Habilitar comentários', 'Appearance' => 'Aparência', @@ -12,25 +12,25 @@ 'Title' => 'Titulo', 'Permalink' => 'Link permanente', 'Slug' => 'Slug', - 'Email invalid.' => 'Email invalido.', + 'Email invalid.' => 'E-mail inválido.', 'Comment not found.' => 'Comentário não encontrado.', - 'Filter by' => '', + 'Filter by' => 'Filtrar por', 'Comments (%count%)' => 'Comentários (%count%)', 'Author' => 'Autor', 'Unapprove' => 'Desaprovar', '{1} %count% Comment selected|]1,Inf[ %count% Comments selected' => '{1} %count% Comentário selecionado|]1,Inf[ %count% Comentário selecionado', 'Insufficient user rights.' => 'Direitos de usuários insuficientes.', - 'Posts View' => '', + 'Posts View' => 'Ver Publicações', 'Default post settings' => 'Ajustes padrões de publicação', '{1} %count% Post selected|]1,Inf[ %count% Posts selected' => '{1} %count% Publicações selecionadas|]1,Inf[ %count% Publicações selecionadas', - 'Read more' => '', + 'Read more' => 'Leia mais', 'Image' => 'Imagem', 'Posts' => 'Publicações', 'Pending' => 'Pedentes', 'Comment' => 'Comentar', 'Approved' => 'Aprovadas', 'Edit Post' => 'Editar publicação', - 'Thank you! Your comment needs approval before showing up.' => '', + 'Thank you! Your comment needs approval before showing up.' => 'Obrigado! O seu comentário precisa de aprovação antes de aparecer.', 'Pending Review' => 'Pendentes de revisão', 'Excerpt' => 'Resumo', 'Edit' => 'Editar', @@ -48,7 +48,7 @@ 'Please login to leave a comment.' => 'Por favor, logue para comentar.', 'Posts per page' => 'Publicações por pagina', 'E-mail' => 'E-mail', - 'latest last' => '', + 'latest last' => 'Recentes por último', 'Please wait another %seconds% seconds before commenting again.' => 'Por favor, aguarde %seconds% segundos antes de comentar novamente.', 'Delete' => 'Deletar', 'Post not found.' => 'Publicação não encontrada.', @@ -59,7 +59,7 @@ 'Please provide valid name and email.' => 'Por favor, informe um nome e/ou e-mail válidos.', 'You are not allowed to post comments.' => 'Você não tem permissão para comentar.', 'Author cannot be blank.' => 'O autor não pode estar em branco.', - 'latest first' => '', + 'latest first' => 'Recentes primeiro', 'Unpublished' => 'Não publicadas', 'Mark as spam' => 'Marcar como spam', 'Custom' => 'Personalizado', @@ -80,7 +80,7 @@ 'Post not found!' => 'Postagem não encontrada!', 'Blog Settings' => 'Ajustes do Blog', 'days.' => 'dias.', - 'Email' => 'Email', + 'Email' => 'E-mail', 'No posts found.' => 'Nenhuma publicação encontrada.', 'Enable Markdown' => 'Ativar Markdown', 'Comments' => 'Comentários', @@ -99,7 +99,7 @@ 'Leave a comment' => 'Deixe um comentário', '{0} No comments|{1} %num% Comment|]1,Inf[ %num% Comments' => '{0} Nenhum comentário|{1} %num% Comentários|]1,Inf[ %num% Comentários.', 'Post' => 'Publicação', - 'View' => '', + 'View' => 'Visualizar', 'Numeric' => 'Numérico', 'Name' => 'Nome', ); \ No newline at end of file diff --git a/languages/ru_RU/messages.php b/languages/ru_RU/messages.php index 716596d..f53e0b2 100644 --- a/languages/ru_RU/messages.php +++ b/languages/ru_RU/messages.php @@ -1,9 +1,9 @@ '', + 'Require e-mail.' => 'Требуется адрес эл. почты.', 'General' => 'Общие', 'Show Avatars from Gravatar.' => 'Отображать аватары из Gravatar.', - 'Unable to comment. Please try again later.' => '', - 'Submit' => '', + 'Unable to comment. Please try again later.' => 'Невозможно оставить комментарий. Пожалуйста, попробуйте позже.', + 'Submit' => 'Отправить', '{0} No pending|{1} One pending|]1,Inf[ %comments% pending' => '{0} Нет ожидающих|{1} Один в ожидании|]1,Inf[ %comments% в ожидании', 'Enable Comments' => 'Включить комментарии', 'Appearance' => 'Внешний вид', @@ -14,23 +14,23 @@ 'Slug' => 'Адрес', 'Email invalid.' => 'Недопустимый адрес эл. почты.', 'Comment not found.' => 'Комментарий не найден.', - 'Filter by' => '', + 'Filter by' => 'Фильтр по', 'Comments (%count%)' => 'Комментарии (%count%)', 'Author' => 'Автор', 'Unapprove' => 'Отклонить', '{1} %count% Comment selected|]1,Inf[ %count% Comments selected' => '{1} Выбран %count% комментарий|]1,Inf[ Выбрано %count% комментариев', 'Insufficient user rights.' => 'Недостаточно прав.', - 'Posts View' => '', + 'Posts View' => 'Просмотры сообщений', 'Default post settings' => 'Стандартные настройки сообщения', '{1} %count% Post selected|]1,Inf[ %count% Posts selected' => '{1} выбрано %count% сообщение|]1,Inf[ выбрано %count% сообщений', - 'Read more' => '', + 'Read more' => 'Читать далее', 'Image' => 'Изображение', 'Posts' => 'Сообщения', 'Pending' => 'В ожидании', 'Comment' => 'Комментарий', 'Approved' => 'Одобрено ', 'Edit Post' => 'Изменить сообщение', - 'Thank you! Your comment needs approval before showing up.' => '', + 'Thank you! Your comment needs approval before showing up.' => 'Спасибо! Ваш комментарий появится после модерации.', 'Pending Review' => 'На рассмотрении', 'Excerpt' => 'Вводный текст', 'Edit' => 'Изменить', @@ -48,7 +48,7 @@ 'Please login to leave a comment.' => 'Пожалуйста, войдите, чтобы оставить комментарий.', 'Posts per page' => 'Сообщений на странице', 'E-mail' => 'Email', - 'latest last' => '', + 'latest last' => 'самый последний', 'Please wait another %seconds% seconds before commenting again.' => 'Пожалуйста, подождите %seconds% сек., прежде чем оставить следующий комментарий.', 'Delete' => 'Удалить', 'Post not found.' => 'Сообщение не найдено', @@ -59,7 +59,7 @@ 'Please provide valid name and email.' => 'Пожалуйста, укажите действительные имя и email.', 'You are not allowed to post comments.' => 'Вам не разрешено оставлять комментарии.', 'Author cannot be blank.' => 'Имя автора не может быть пустым.', - 'latest first' => '', + 'latest first' => 'самый первый', 'Unpublished' => 'Не опубликованно', 'Mark as spam' => 'Пометить как спам', 'Custom' => 'Указать вручную', @@ -99,7 +99,7 @@ 'Leave a comment' => 'Оставить комментарий', '{0} No comments|{1} %num% Comment|]1,Inf[ %num% Comments' => '{0} Нет комментариев|{1} %num% комментарий|]1,Inf[ %num% комментариев', 'Post' => 'Сообщение', - 'View' => '', + 'View' => 'Вид', 'Numeric' => 'Число (ID)', 'Name' => 'Имя', ); \ No newline at end of file diff --git a/languages/ru_ee/messages.php b/languages/ru_ee/messages.php new file mode 100644 index 0000000..4c46ea8 --- /dev/null +++ b/languages/ru_ee/messages.php @@ -0,0 +1,105 @@ + '', + 'General' => '', + 'Show Avatars from Gravatar.' => '', + 'Unable to comment. Please try again later.' => '', + 'Submit' => '', + '{0} No pending|{1} One pending|]1,Inf[ %comments% pending' => '', + 'Enable Comments' => '', + 'Appearance' => '', + 'Draft' => '', + 'Approve' => '', + 'Title' => '', + 'Permalink' => '', + 'Slug' => '', + 'Email invalid.' => '', + 'Comment not found.' => '', + 'Filter by' => '', + 'Comments (%count%)' => '', + 'Author' => '', + 'Unapprove' => '', + '{1} %count% Comment selected|]1,Inf[ %count% Comments selected' => '', + 'Insufficient user rights.' => '', + 'Posts View' => '', + 'Default post settings' => '', + '{1} %count% Post selected|]1,Inf[ %count% Posts selected' => '', + 'Read more' => '', + 'Image' => '', + 'Posts' => '', + 'Pending' => '', + 'Comment' => '', + 'Approved' => '', + 'Edit Post' => '', + 'Thank you! Your comment needs approval before showing up.' => '', + 'Pending Review' => '', + 'Excerpt' => '', + 'Edit' => '', + '{0} No pending|{1} One pending|]1,Inf[ %comments_pending% pending' => '', + 'Invalid post id.' => '', + 'Blog' => '', + 'Enter Title' => '', + 'Logged in as %name%' => '', + 'Order comments by' => '', + 'Title cannot be blank.' => '', + 'Save' => '', + 'Status' => '', + '{0} No post copied.|{1} Post copied.|]1,Inf[ Posts copied.' => '', + '{0} %count% Comments|{1} %count% Comment|]1,Inf[ %count% Comments' => '', + 'Please login to leave a comment.' => '', + 'Posts per page' => '', + 'E-mail' => '', + 'latest last' => '', + 'Please wait another %seconds% seconds before commenting again.' => '', + 'Delete' => '', + 'Post not found.' => '', + 'No comments found.' => '', + 'Publish on' => '', + 'Name cannot be blank.' => '', + 'Invalid slug.' => '', + 'Please provide valid name and email.' => '', + 'You are not allowed to post comments.' => '', + 'Author cannot be blank.' => '', + 'latest first' => '', + 'Unpublished' => '', + 'Mark as spam' => '', + 'Custom' => '', + 'Published' => '', + '{0} %count% Posts|{1} %count% Post|]1,Inf[ %count% Posts' => '', + 'Add Post' => '', + 'Date' => '', + 'Reply' => '', + 'Parent not found.' => '', + 'URL' => '', + 'Day and name' => '', + 'Options' => '', + 'Field must be a valid email address.' => '', + 'levels deep.' => '', + 'Comments on %title%' => '', + 'Insufficient User Rights.' => '', + 'Copy' => '', + 'Post not found!' => '', + 'Blog Settings' => '', + 'days.' => '', + 'Email' => '', + 'No posts found.' => '', + 'Enable Markdown' => '', + 'Comments' => '', + 'Content cannot be blank.' => '', + 'Unknown' => '', + 'Month and name' => '', + 'Comments are closed.' => '', + 'Close comments on articles older than' => '', + 'Cancel' => '', + 'Written by %name% on %date%' => '', + 'Enable nested comments of' => '', + 'Restrict Access' => '', + 'Comment cannot be blank.' => '', + 'Access denied.' => '', + 'Spam' => '', + 'Leave a comment' => '', + '{0} No comments|{1} %num% Comment|]1,Inf[ %num% Comments' => '', + 'Post' => '', + 'View' => '', + 'Numeric' => '', + 'Name' => '', +); \ No newline at end of file diff --git a/languages/sr_RS@latin/messages.php b/languages/sr_RS@latin/messages.php new file mode 100644 index 0000000..4c46ea8 --- /dev/null +++ b/languages/sr_RS@latin/messages.php @@ -0,0 +1,105 @@ + '', + 'General' => '', + 'Show Avatars from Gravatar.' => '', + 'Unable to comment. Please try again later.' => '', + 'Submit' => '', + '{0} No pending|{1} One pending|]1,Inf[ %comments% pending' => '', + 'Enable Comments' => '', + 'Appearance' => '', + 'Draft' => '', + 'Approve' => '', + 'Title' => '', + 'Permalink' => '', + 'Slug' => '', + 'Email invalid.' => '', + 'Comment not found.' => '', + 'Filter by' => '', + 'Comments (%count%)' => '', + 'Author' => '', + 'Unapprove' => '', + '{1} %count% Comment selected|]1,Inf[ %count% Comments selected' => '', + 'Insufficient user rights.' => '', + 'Posts View' => '', + 'Default post settings' => '', + '{1} %count% Post selected|]1,Inf[ %count% Posts selected' => '', + 'Read more' => '', + 'Image' => '', + 'Posts' => '', + 'Pending' => '', + 'Comment' => '', + 'Approved' => '', + 'Edit Post' => '', + 'Thank you! Your comment needs approval before showing up.' => '', + 'Pending Review' => '', + 'Excerpt' => '', + 'Edit' => '', + '{0} No pending|{1} One pending|]1,Inf[ %comments_pending% pending' => '', + 'Invalid post id.' => '', + 'Blog' => '', + 'Enter Title' => '', + 'Logged in as %name%' => '', + 'Order comments by' => '', + 'Title cannot be blank.' => '', + 'Save' => '', + 'Status' => '', + '{0} No post copied.|{1} Post copied.|]1,Inf[ Posts copied.' => '', + '{0} %count% Comments|{1} %count% Comment|]1,Inf[ %count% Comments' => '', + 'Please login to leave a comment.' => '', + 'Posts per page' => '', + 'E-mail' => '', + 'latest last' => '', + 'Please wait another %seconds% seconds before commenting again.' => '', + 'Delete' => '', + 'Post not found.' => '', + 'No comments found.' => '', + 'Publish on' => '', + 'Name cannot be blank.' => '', + 'Invalid slug.' => '', + 'Please provide valid name and email.' => '', + 'You are not allowed to post comments.' => '', + 'Author cannot be blank.' => '', + 'latest first' => '', + 'Unpublished' => '', + 'Mark as spam' => '', + 'Custom' => '', + 'Published' => '', + '{0} %count% Posts|{1} %count% Post|]1,Inf[ %count% Posts' => '', + 'Add Post' => '', + 'Date' => '', + 'Reply' => '', + 'Parent not found.' => '', + 'URL' => '', + 'Day and name' => '', + 'Options' => '', + 'Field must be a valid email address.' => '', + 'levels deep.' => '', + 'Comments on %title%' => '', + 'Insufficient User Rights.' => '', + 'Copy' => '', + 'Post not found!' => '', + 'Blog Settings' => '', + 'days.' => '', + 'Email' => '', + 'No posts found.' => '', + 'Enable Markdown' => '', + 'Comments' => '', + 'Content cannot be blank.' => '', + 'Unknown' => '', + 'Month and name' => '', + 'Comments are closed.' => '', + 'Close comments on articles older than' => '', + 'Cancel' => '', + 'Written by %name% on %date%' => '', + 'Enable nested comments of' => '', + 'Restrict Access' => '', + 'Comment cannot be blank.' => '', + 'Access denied.' => '', + 'Spam' => '', + 'Leave a comment' => '', + '{0} No comments|{1} %num% Comment|]1,Inf[ %num% Comments' => '', + 'Post' => '', + 'View' => '', + 'Numeric' => '', + 'Name' => '', +); \ No newline at end of file diff --git a/languages/uk_UA/messages.php b/languages/uk_UA/messages.php index cdefa0e..9775b63 100644 --- a/languages/uk_UA/messages.php +++ b/languages/uk_UA/messages.php @@ -1,65 +1,65 @@ '', + 'Require e-mail.' => 'Необхідна електронна адреса', 'General' => 'Загальні', 'Show Avatars from Gravatar.' => 'Показувати аватари із Gravatar.', - 'Unable to comment. Please try again later.' => '', - 'Submit' => '', + 'Unable to comment. Please try again later.' => 'Невідомий синтаксис коментаря. Будь ласка, спробуйте пізніше.', + 'Submit' => 'Надіслати', '{0} No pending|{1} One pending|]1,Inf[ %comments% pending' => '{0} Немає очікуючих|{1} Один в очікуванні|]1,Inf[ %comments% в очікуванні', 'Enable Comments' => 'Увімкнути коментарі', 'Appearance' => 'Зовнішній вигляд', 'Draft' => 'Чернетка', 'Approve' => 'Схвалити', - 'Title' => '', + 'Title' => 'Заголовок', 'Permalink' => 'Постійне посилання', - 'Slug' => '', - 'Email invalid.' => '', - 'Comment not found.' => '', - 'Filter by' => '', + 'Slug' => 'Шлях', + 'Email invalid.' => 'Неприпустимий email.', + 'Comment not found.' => 'Повідомлення не знайдено.', + 'Filter by' => 'Фільтр по', 'Comments (%count%)' => 'Коментарі (%count%)', 'Author' => 'Автор', 'Unapprove' => 'Відхилити', '{1} %count% Comment selected|]1,Inf[ %count% Comments selected' => '', - 'Insufficient user rights.' => '', - 'Posts View' => '', - 'Default post settings' => '', + 'Insufficient user rights.' => 'Недостатньо прав.', + 'Posts View' => 'Дивитися повідомлення', + 'Default post settings' => 'Налаштування посту за замовчуванням', '{1} %count% Post selected|]1,Inf[ %count% Posts selected' => '', - 'Read more' => '', - 'Image' => '', + 'Read more' => 'Детальніше', + 'Image' => 'Зображення', 'Posts' => 'Пвідомлення', 'Pending' => 'В очікуванні', 'Comment' => 'Коментар', 'Approved' => 'Схвалено ', 'Edit Post' => 'Змінити повідомлення', - 'Thank you! Your comment needs approval before showing up.' => '', + 'Thank you! Your comment needs approval before showing up.' => 'Дякуємо! Вам коментар буде опубліковано після перевірки.', 'Pending Review' => 'На розгляді', 'Excerpt' => 'Увідний текст', - 'Edit' => '', + 'Edit' => 'Редагувати', '{0} No pending|{1} One pending|]1,Inf[ %comments_pending% pending' => '', 'Invalid post id.' => 'Неправильний ID повідомлення.', 'Blog' => 'Блоґ', 'Enter Title' => 'Введіть заголовок', 'Logged in as %name%' => 'Ви ввійшли як %name%', 'Order comments by' => 'Показувати коментарі', - 'Title cannot be blank.' => '', - 'Save' => '', - 'Status' => '', + 'Title cannot be blank.' => 'Заголовок не може бути порожнім.', + 'Save' => 'Зберегти', + 'Status' => 'Статус', '{0} No post copied.|{1} Post copied.|]1,Inf[ Posts copied.' => '{0} Повідомлення не скопійовано.|{1} Повідомлення скопійовано.|]1,Inf[ Повідомлення не скопійовано.', '{0} %count% Comments|{1} %count% Comment|]1,Inf[ %count% Comments' => '', 'Please login to leave a comment.' => 'Будь ласка, увійдіть, щоб залишити коментар.', - 'Posts per page' => '', + 'Posts per page' => 'Повідомлень на сторінці', 'E-mail' => 'Email', - 'latest last' => '', + 'latest last' => 'останнє у кінці.', 'Please wait another %seconds% seconds before commenting again.' => 'Будь ласка, зачекайте %seconds% сек., перш ніж залишити наступний коментар.', - 'Delete' => '', - 'Post not found.' => '', + 'Delete' => 'Видалити', + 'Post not found.' => 'Повідомлення не знайдено.', 'No comments found.' => 'Коментарі відсутні.', 'Publish on' => 'Дата публікації', - 'Name cannot be blank.' => '', - 'Invalid slug.' => '', + 'Name cannot be blank.' => 'Ім\'я користувача не може бути порожнім.', + 'Invalid slug.' => 'Недопустима url-адреса.', 'Please provide valid name and email.' => 'Будь ласка, вкажіть дійсні ім\'я і email.', 'You are not allowed to post comments.' => 'Вам заборонено залишати коментарі.', - 'Author cannot be blank.' => '', - 'latest first' => '', + 'Author cannot be blank.' => 'Ім\'я користувача не може бути порожнім.', + 'latest first' => 'останнє на початку.', 'Unpublished' => 'Необпубліковано', 'Mark as spam' => 'Позначити як спам', 'Custom' => 'Вказати вручну', @@ -69,37 +69,37 @@ 'Date' => 'Дата', 'Reply' => 'Відповісти', 'Parent not found.' => '', - 'URL' => '', + 'URL' => 'URL', 'Day and name' => 'День і назва', - 'Options' => '', - 'Field must be a valid email address.' => '', + 'Options' => 'Опції', + 'Field must be a valid email address.' => 'Вкажіть правильну адресу електронної пошти', 'levels deep.' => 'рівня глибини.', 'Comments on %title%' => 'Коментарі до %title%', - 'Insufficient User Rights.' => '', - 'Copy' => '', - 'Post not found!' => '', - 'Blog Settings' => '', + 'Insufficient User Rights.' => 'Недостатньо прав користувача', + 'Copy' => 'Копіювати', + 'Post not found!' => 'Повідомлення не знайдено.', + 'Blog Settings' => 'Налаштування блогу', 'days.' => 'днів.', - 'Email' => '', + 'Email' => 'Електронна адреса', 'No posts found.' => 'Повідомлень немає.', 'Enable Markdown' => '', 'Comments' => 'Коментарі', - 'Content cannot be blank.' => '', - 'Unknown' => '', + 'Content cannot be blank.' => 'Контент не може бути порожнім.', + 'Unknown' => 'Невідомо', 'Month and name' => 'Місяць і назва', - 'Comments are closed.' => '', + 'Comments are closed.' => 'Коментарі закриті.', 'Close comments on articles older than' => 'Закрити коментарі для статей старше', - 'Cancel' => '', + 'Cancel' => 'Відмінити', 'Written by %name% on %date%' => '%name%, %date%', 'Enable nested comments of' => 'Увімкнути вкладеність коментарів на', - 'Restrict Access' => '', - 'Comment cannot be blank.' => '', - 'Access denied.' => '', + 'Restrict Access' => 'Обмеження доступу', + 'Comment cannot be blank.' => 'Коментар не може бути порожнім.', + 'Access denied.' => 'Доступ заборонено.', 'Spam' => 'Спам', 'Leave a comment' => 'Залишити коментар', '{0} No comments|{1} %num% Comment|]1,Inf[ %num% Comments' => '{0} Немає коментарів|{1} %num% коментар|]1,Inf[ %num% коментарів', 'Post' => 'Повідомлення', - 'View' => '', + 'View' => 'Дивитися', 'Numeric' => 'Число (ID)', - 'Name' => '', + 'Name' => 'Ім\'я', ); \ No newline at end of file diff --git a/languages/zh_CN/messages.php b/languages/zh_CN/messages.php index 7db326c..1cf1bec 100644 --- a/languages/zh_CN/messages.php +++ b/languages/zh_CN/messages.php @@ -3,7 +3,7 @@ 'General' => '基本', 'Show Avatars from Gravatar.' => '显示来自 Gravatar 的头像', 'Unable to comment. Please try again later.' => '', - 'Submit' => '', + 'Submit' => '提交', '{0} No pending|{1} One pending|]1,Inf[ %comments% pending' => '{0} 无评论需要审核|{1} 条评论需要审核|]1,Inf[ %comments% 条评论需要审核', 'Enable Comments' => '启用评论', 'Appearance' => '外观', @@ -23,7 +23,7 @@ 'Posts View' => '', 'Default post settings' => '默认文章设置', '{1} %count% Post selected|]1,Inf[ %count% Posts selected' => '{1} %count% 文章被选择|]1,Inf[ %count% 文章被选择', - 'Read more' => '', + 'Read more' => '查看更多', 'Image' => '图片', 'Posts' => '文章', 'Pending' => '待定', From 28badca75e241a07f56bd45c6c1bb5cd1785512e Mon Sep 17 00:00:00 2001 From: Florian Date: Fri, 30 Oct 2015 15:32:41 +0100 Subject: [PATCH 4/4] v0.9.3 --- CHANGELOG.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90f3357..fb0bb36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## WIP +## 0.9.3 (October 30, 2015) ## Changed - Date is set to "now" on post copy diff --git a/composer.json b/composer.json index 18d92a1..0af20d3 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "pagekit/blog", "type": "pagekit-extension", - "version": "0.9.2", + "version": "0.9.3", "title": "Blog", "description": "A blog extensions with a built-in comment system.", "license": "MIT",