refinerycms-blog 1.3 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/config/locales/de.yml +39 -39
- data/config/locales/en.yml +5 -5
- data/config/locales/es.yml +23 -23
- data/config/locales/fr.yml +5 -5
- data/config/locales/it.yml +3 -3
- data/config/locales/nb.yml +2 -2
- data/config/locales/nl.yml +1 -1
- data/config/locales/pl.yml +7 -7
- data/config/locales/pt-BR.yml +7 -7
- data/lib/refinerycms-blog.rb +1 -1
- metadata +1 -1
data/config/locales/de.yml
CHANGED
|
@@ -6,52 +6,52 @@ de:
|
|
|
6
6
|
blog:
|
|
7
7
|
categories:
|
|
8
8
|
category:
|
|
9
|
-
edit: Diese Kategorie bearbeiten
|
|
10
|
-
delete: Diese Kategorie dauerhaft entfernen
|
|
9
|
+
edit: Diese Kategorie bearbeiten
|
|
10
|
+
delete: Diese Kategorie dauerhaft entfernen
|
|
11
11
|
index:
|
|
12
12
|
no_items_yet: 'Es sind noch keine Kategorien vorhanden. Klicken Sie auf "%{create}", um Ihre erste Kategorie hinzuzufügen.'
|
|
13
13
|
comments:
|
|
14
14
|
approved: 'Der Kommentar von "%{author}" wurde genehmigt.'
|
|
15
15
|
comment:
|
|
16
|
-
view_live: Diesen Kommentar live betrachten <br/><em>(öffnet sich in einem neuen Fenster)</em>
|
|
17
|
-
read: Kommentar lesen
|
|
18
|
-
reject: Kommentar ablehnen
|
|
19
|
-
approve: Kommentar genehmigen
|
|
16
|
+
view_live: 'Diesen Kommentar live betrachten <br/><em>(öffnet sich in einem neuen Fenster)</em>'
|
|
17
|
+
read: Kommentar lesen
|
|
18
|
+
reject: Kommentar ablehnen
|
|
19
|
+
approve: Kommentar genehmigen
|
|
20
20
|
rejected: 'Der Kommentar von "%{author}" wurde abgelehnt.'
|
|
21
21
|
index:
|
|
22
22
|
no_items_yet: 'Es sind keine %{type}en Kommentare vorhanden.'
|
|
23
23
|
show:
|
|
24
|
-
comment: Kommentar
|
|
25
|
-
blog_post: Artikel
|
|
26
|
-
from: Verfasst von
|
|
27
|
-
date: Verfasst am
|
|
28
|
-
message: Kommentar
|
|
24
|
+
comment: Kommentar
|
|
25
|
+
blog_post: Artikel
|
|
26
|
+
from: Verfasst von
|
|
27
|
+
date: Verfasst am
|
|
28
|
+
message: Kommentar
|
|
29
29
|
details: Details
|
|
30
30
|
age: Alter
|
|
31
31
|
actions: Aktionen
|
|
32
|
-
back: Zurück zu allen Kommentaren
|
|
32
|
+
back: Zurück zu allen Kommentaren
|
|
33
33
|
reject: Kommentar ablehnen
|
|
34
|
-
approve: Kommentar genehmigen
|
|
34
|
+
approve: Kommentar genehmigen
|
|
35
35
|
posts:
|
|
36
36
|
form:
|
|
37
|
-
advanced_options: Erweiterte Optionen
|
|
38
|
-
toggle_advanced_options: Klicken, um auf Meta-Tag-Einstellungen und Menüoptionen zuzugreifen
|
|
37
|
+
advanced_options: Erweiterte Optionen
|
|
38
|
+
toggle_advanced_options: 'Klicken, um auf Meta-Tag-Einstellungen und Menüoptionen zuzugreifen'
|
|
39
39
|
save_as_draft: Als Entwurf speichern
|
|
40
|
-
published_at: Veröffentlichungsdatum
|
|
40
|
+
published_at: Veröffentlichungsdatum
|
|
41
41
|
index:
|
|
42
42
|
no_items_yet: 'Es sind noch keine Artikel vorhanden. Klicken Sie auf "%{create}", um Ihren ersten Artikel hinzuzufügen.'
|
|
43
43
|
uncategorized:
|
|
44
44
|
no_items_yet: 'Es sind keine unkategorisierten Artikel vorhanden.'
|
|
45
45
|
post:
|
|
46
|
-
view_live: Diesen Artikel live betrachten <br/><em>(öffnet sich in einem neuen Fenster)</em>
|
|
46
|
+
view_live: 'Diesen Artikel live betrachten <br/><em>(öffnet sich in einem neuen Fenster)</em>'
|
|
47
47
|
edit: Diesen Artikel bearbeiten
|
|
48
48
|
delete: Diesen Artikel dauerhaft entfernen
|
|
49
49
|
settings:
|
|
50
50
|
notification_recipients:
|
|
51
|
-
value: Sende Benachrichtigungen an
|
|
51
|
+
value: Sende Benachrichtigungen an
|
|
52
52
|
explanation: 'Jedes Mal, wenn jemand einen Artikel kommentiert, sendet Refinery eine E-Mail Benachrichtigung aus, um über den neuen Kommentar zu informieren.'
|
|
53
53
|
hint: 'Refinery sendet eine E-Mail Benachrichtigung an Sie, wenn ein neuer Kommentar hinzugefügt wurde.'
|
|
54
|
-
example:
|
|
54
|
+
example: 'Geben Sie Ihre E-Mail-Adresse(n) wie folgt ein: jack@work.com, jill@office.com'
|
|
55
55
|
updated: 'Empfänger für Benachrichtigungen wurden auf "%{recipients}" gesetzt'
|
|
56
56
|
submenu:
|
|
57
57
|
categories:
|
|
@@ -67,26 +67,26 @@ de:
|
|
|
67
67
|
rejected: Abgelehnt
|
|
68
68
|
posts:
|
|
69
69
|
title: Artikel
|
|
70
|
-
manage: Artikel verwalten
|
|
71
|
-
new: Neuen Artikel anlegen
|
|
70
|
+
manage: Artikel verwalten
|
|
71
|
+
new: Neuen Artikel anlegen
|
|
72
72
|
uncategorized: Unkategorisierte Artikel
|
|
73
73
|
settings:
|
|
74
|
-
title: Einstellungen
|
|
74
|
+
title: Einstellungen
|
|
75
75
|
moderation: Moderation
|
|
76
|
-
update_notified: Empfänger für Benachrichtigungen bearbeiten
|
|
77
|
-
comments: Kommentare
|
|
76
|
+
update_notified: Empfänger für Benachrichtigungen bearbeiten
|
|
77
|
+
comments: Kommentare
|
|
78
78
|
blog:
|
|
79
79
|
comment_mailer:
|
|
80
80
|
notification:
|
|
81
|
-
greeting: Hallo
|
|
81
|
+
greeting: Hallo
|
|
82
82
|
you_recieved_new_comment: Auf Ihrer Website wurde soeben ein neuer Kommentar hinzugefügt.
|
|
83
83
|
comment_starts: --- Kommentar beginnt ---
|
|
84
84
|
comment_ends: --- Kommentar endet ---
|
|
85
|
-
from: Von
|
|
85
|
+
from: Von
|
|
86
86
|
email: E-Mail
|
|
87
87
|
message: Nachricht
|
|
88
88
|
closing_line: Mit besten Grüßen
|
|
89
|
-
ps: P.S. Alle Kommentare sind im "Blog" Abschnitt von Refinery - im Untermenü "Kommentare" - gespeichert, falls Sie diese später dort lesen möchten.
|
|
89
|
+
ps: 'P.S. Alle Kommentare sind im "Blog" Abschnitt von Refinery - im Untermenü "Kommentare" - gespeichert, falls Sie diese später dort lesen möchten.'
|
|
90
90
|
shared:
|
|
91
91
|
categories:
|
|
92
92
|
title: Kategorien
|
|
@@ -94,12 +94,12 @@ de:
|
|
|
94
94
|
title: RSS Feed
|
|
95
95
|
subscribe: Abonnieren
|
|
96
96
|
posts:
|
|
97
|
-
other: Andere Artikel
|
|
97
|
+
other: Andere Artikel
|
|
98
98
|
created_at: 'Verfasst am %{when}'
|
|
99
|
-
read_more: Mehr lesen
|
|
99
|
+
read_more: Mehr lesen
|
|
100
100
|
comments:
|
|
101
|
-
singular: Kommentar
|
|
102
|
-
none: Keine Kommentare
|
|
101
|
+
singular: Kommentar
|
|
102
|
+
none: Keine Kommentare
|
|
103
103
|
archives: Archiv
|
|
104
104
|
categories:
|
|
105
105
|
show:
|
|
@@ -107,7 +107,7 @@ de:
|
|
|
107
107
|
posts:
|
|
108
108
|
post:
|
|
109
109
|
filed_in: Gespeichert unter
|
|
110
|
-
comment: Kommentar
|
|
110
|
+
comment: Kommentar
|
|
111
111
|
comments:
|
|
112
112
|
by: 'Verfasst von %{who}'
|
|
113
113
|
time_ago: 'vor %{time}'
|
|
@@ -116,13 +116,13 @@ de:
|
|
|
116
116
|
index:
|
|
117
117
|
no_blog_articles_yet: Es wurden noch keine Artikel verfasst.
|
|
118
118
|
show:
|
|
119
|
-
blog_home: Blog Startseite
|
|
119
|
+
blog_home: Blog Startseite
|
|
120
120
|
comments:
|
|
121
|
-
title: Kommentare
|
|
121
|
+
title: Kommentare
|
|
122
122
|
add: Neuen Kommentar hinzufügen
|
|
123
|
-
other: Andere Artikel
|
|
124
|
-
filed_in: Gespeichert unter
|
|
125
|
-
submit: Kommentar senden
|
|
123
|
+
other: Andere Artikel
|
|
124
|
+
filed_in: Gespeichert unter
|
|
125
|
+
submit: Kommentar senden
|
|
126
126
|
archive:
|
|
127
|
-
blog_archive_for: Blog Archiv für %{date}
|
|
128
|
-
no_blog_articles_posted: Für %{date} wurden keine Artikel verfasst.
|
|
127
|
+
blog_archive_for: 'Blog Archiv für %{date}'
|
|
128
|
+
no_blog_articles_posted: 'Für %{date} wurden keine Artikel verfasst.'
|
data/config/locales/en.yml
CHANGED
|
@@ -13,7 +13,7 @@ en:
|
|
|
13
13
|
comments:
|
|
14
14
|
approved: 'The comment from "%{author}" has been approved.'
|
|
15
15
|
comment:
|
|
16
|
-
view_live_html: View this comment live <br/><em>(opens in a new window)</em>
|
|
16
|
+
view_live_html: 'View this comment live <br/><em>(opens in a new window)</em>'
|
|
17
17
|
read: Read this comment
|
|
18
18
|
reject: Reject this comment
|
|
19
19
|
approve: Approve this comment
|
|
@@ -43,7 +43,7 @@ en:
|
|
|
43
43
|
uncategorized:
|
|
44
44
|
no_items_yet: 'There are no Uncategorized Blog Posts.'
|
|
45
45
|
post:
|
|
46
|
-
view_live_html: View this blog post live <br/><em>(opens in a new window)</em>
|
|
46
|
+
view_live_html: 'View this blog post live <br/><em>(opens in a new window)</em>'
|
|
47
47
|
edit: Edit this blog post
|
|
48
48
|
delete: Remove this blog post forever
|
|
49
49
|
settings:
|
|
@@ -86,7 +86,7 @@ en:
|
|
|
86
86
|
email: Email
|
|
87
87
|
message: Message
|
|
88
88
|
closing_line: Kind Regards
|
|
89
|
-
ps: P.S. All your comments are stored in the "Blog" section of Refinery under the "Comments" submenu should you ever want to view it later there.
|
|
89
|
+
ps: 'P.S. All your comments are stored in the "Blog" section of Refinery under the "Comments" submenu should you ever want to view it later there.'
|
|
90
90
|
shared:
|
|
91
91
|
categories:
|
|
92
92
|
title: Categories
|
|
@@ -124,5 +124,5 @@ en:
|
|
|
124
124
|
filed_in: Filed in
|
|
125
125
|
submit: Send comment
|
|
126
126
|
archive:
|
|
127
|
-
blog_archive_for: Blog Archive for %{date}
|
|
128
|
-
no_blog_articles_posted: There are no blog articles posted for %{date}. Stay tuned.
|
|
127
|
+
blog_archive_for: 'Blog Archive for %{date}'
|
|
128
|
+
no_blog_articles_posted: 'There are no blog articles posted for %{date}. Stay tuned.'
|
data/config/locales/es.yml
CHANGED
|
@@ -9,17 +9,17 @@ es:
|
|
|
9
9
|
edit: Editar esta categoría
|
|
10
10
|
delete: Borrar esta categoría para siempre
|
|
11
11
|
index:
|
|
12
|
-
no_items_yet: Todavía no hay categorías. Haz click en "%{create}" para añadir la primera.
|
|
12
|
+
no_items_yet: 'Todavía no hay categorías. Haz click en "%{create}" para añadir la primera.'
|
|
13
13
|
comments:
|
|
14
|
-
approved: El comentario de "%{author}" ha sido aprobado.
|
|
14
|
+
approved: 'El comentario de "%{author}" ha sido aprobado.'
|
|
15
15
|
comment:
|
|
16
|
-
view_live_html:Ver este comentario<br/><em>(se abrirá en una ventana nueva)</em>
|
|
16
|
+
view_live_html: 'Ver este comentario<br/><em>(se abrirá en una ventana nueva)</em>'
|
|
17
17
|
read: Leer este comentario
|
|
18
18
|
reject: Rechazar este comentario
|
|
19
19
|
approve: Aprovar este comentario
|
|
20
|
-
rejected: El comentario de "%{author}" ha sido rechazado.
|
|
20
|
+
rejected: 'El comentario de "%{author}" ha sido rechazado.'
|
|
21
21
|
index:
|
|
22
|
-
no_items_yet: No hay comentarios %{type}.
|
|
22
|
+
no_items_yet: 'No hay comentarios %{type}.'
|
|
23
23
|
show:
|
|
24
24
|
comment: Comentario
|
|
25
25
|
blog_post: Entrada en el Blog
|
|
@@ -39,18 +39,18 @@ es:
|
|
|
39
39
|
save_as_draft: Guardar Borrador
|
|
40
40
|
published_at: Fecha de publicación
|
|
41
41
|
index:
|
|
42
|
-
no_items_yet: Aún no hay entradas en el Blog. Haz click en "%{create}" para añadir el primero
|
|
42
|
+
no_items_yet: 'Aún no hay entradas en el Blog. Haz click en "%{create}" para añadir el primero'
|
|
43
43
|
post:
|
|
44
|
-
view_live_html: Ver entrada <br/><em>(se abrirá en una ventana nueva)</em>
|
|
44
|
+
view_live_html: 'Ver entrada <br/><em>(se abrirá en una ventana nueva)</em>'
|
|
45
45
|
edit: Editar esta entrada
|
|
46
46
|
delete: Eliminar esta entrada para siempre
|
|
47
47
|
settings:
|
|
48
48
|
notification_recipients:
|
|
49
49
|
value: Enviar notificaciones a
|
|
50
|
-
explanation: Cada vez que alguien comente en una entrada, Refinery envia un email para avisar de que hay un nuevo comentario.
|
|
51
|
-
hint: Refinery te avisará con un email cada vez que haya un nuevo comentario en tu Blog.
|
|
50
|
+
explanation: 'Cada vez que alguien comente en una entrada, Refinery envia un email para avisar de que hay un nuevo comentario.'
|
|
51
|
+
hint: 'Refinery te avisará con un email cada vez que haya un nuevo comentario en tu Blog.'
|
|
52
52
|
example: 'Si deseas que las notificaciones lleguen a más de una cuenta, puedes usar comas para separarlas (pepe@direccionpersonal.com, jose@direccionlaboral.com, ...)'
|
|
53
|
-
updated: Las notifiaciones han sido enviadas a "%{recipients}"
|
|
53
|
+
updated: 'Las notifiaciones han sido enviadas a "%{recipients}"'
|
|
54
54
|
submenu:
|
|
55
55
|
categories:
|
|
56
56
|
title: Categorías
|
|
@@ -58,7 +58,7 @@ es:
|
|
|
58
58
|
new: Añadir categoría
|
|
59
59
|
comments:
|
|
60
60
|
title: Comentarios
|
|
61
|
-
title_with_count: Comentarios (%{new_count} nuevos)
|
|
61
|
+
title_with_count: 'Comentarios (%{new_count} nuevos)'
|
|
62
62
|
new: Nuevo
|
|
63
63
|
unmoderated: Nuevos
|
|
64
64
|
approved: Aprobados
|
|
@@ -70,7 +70,7 @@ es:
|
|
|
70
70
|
settings:
|
|
71
71
|
title: Configuración
|
|
72
72
|
moderation: Moderación
|
|
73
|
-
update_notified: ¿Quién recibe las notificaciones?
|
|
73
|
+
update_notified: '¿Quién recibe las notificaciones?'
|
|
74
74
|
comments: Comentarios
|
|
75
75
|
blog:
|
|
76
76
|
comment_mailer:
|
|
@@ -83,7 +83,7 @@ es:
|
|
|
83
83
|
email: Email
|
|
84
84
|
message: Mensaje
|
|
85
85
|
closing_line: Saludos
|
|
86
|
-
ps: P.D. Recuerda que puedes ver todos los comentarios en el apartado "Comentarios" dentro de la sección "Blog".
|
|
86
|
+
ps: 'P.D. Recuerda que puedes ver todos los comentarios en el apartado "Comentarios" dentro de la sección "Blog".'
|
|
87
87
|
shared:
|
|
88
88
|
categories:
|
|
89
89
|
title: Categorías
|
|
@@ -92,7 +92,7 @@ es:
|
|
|
92
92
|
subscribe: Suscribirse
|
|
93
93
|
posts:
|
|
94
94
|
other: Otras entradas
|
|
95
|
-
created_at: Enviado hace %{when}
|
|
95
|
+
created_at: 'Enviado hace %{when}'
|
|
96
96
|
read_more: Leer más
|
|
97
97
|
comments:
|
|
98
98
|
singular: comentario
|
|
@@ -103,20 +103,20 @@ es:
|
|
|
103
103
|
posts:
|
|
104
104
|
comment: comentario
|
|
105
105
|
comments:
|
|
106
|
-
by: Enviado por %{who}
|
|
107
|
-
time_ago: Hace %{time}
|
|
106
|
+
by: 'Enviado por %{who}'
|
|
107
|
+
time_ago: 'Hace %{time}'
|
|
108
108
|
thank_you: Gracias por tu comentario.
|
|
109
|
-
thank_you_moderated: Gracias por tu comentario. Ha sido enviado a la cola de moderación y, si lo aprobamos, aparecerá dentro de poco.
|
|
109
|
+
thank_you_moderated: 'Gracias por tu comentario. Ha sido enviado a la cola de moderación y, si lo aprobamos, aparecerá dentro de poco.'
|
|
110
110
|
index:
|
|
111
|
-
no_blog_articles_yet: Todavía no hay artículos. ¡Pero vuelve pronto!
|
|
111
|
+
no_blog_articles_yet: 'Todavía no hay artículos. ¡Pero vuelve pronto!'
|
|
112
112
|
show:
|
|
113
|
-
blog_home: Página principal del Blog
|
|
113
|
+
blog_home: 'Página principal del Blog'
|
|
114
114
|
comments:
|
|
115
115
|
title: Comentarios
|
|
116
|
-
add: Envía tu comentario
|
|
116
|
+
add: 'Envía tu comentario'
|
|
117
117
|
other: Otros posts
|
|
118
|
-
filed_in: Envía en
|
|
118
|
+
filed_in: 'Envía en'
|
|
119
119
|
submit: Enviar comentario
|
|
120
120
|
archive:
|
|
121
|
-
blog_archive_for: Archivo del blog en %{date}
|
|
122
|
-
no_blog_articles_posted: No hay entradas publicadas en %{date}.
|
|
121
|
+
blog_archive_for: 'Archivo del blog en %{date}'
|
|
122
|
+
no_blog_articles_posted: 'No hay entradas publicadas en %{date}.'
|
data/config/locales/fr.yml
CHANGED
|
@@ -13,7 +13,7 @@ fr:
|
|
|
13
13
|
comments:
|
|
14
14
|
approved: 'Le commentaire de "%{author}" a été approuvé.'
|
|
15
15
|
comment:
|
|
16
|
-
view_live_html: Voir ce commentaire <br/><em>(Ouvre une nouvelle fenêtre)</em>
|
|
16
|
+
view_live_html: 'Voir ce commentaire <br/><em>(Ouvre une nouvelle fenêtre)</em>'
|
|
17
17
|
read: Lire ce commentaire
|
|
18
18
|
reject: Rejeter ce commentaire
|
|
19
19
|
approve: Approuver ce commentaire
|
|
@@ -41,7 +41,7 @@ fr:
|
|
|
41
41
|
index:
|
|
42
42
|
no_items_yet: 'Il n''y a aucun article pour l''instant. Cliquez sur "%{create}" pour ajouter votre premier article.'
|
|
43
43
|
post:
|
|
44
|
-
view_live_html: Voir cet article sur le site<br/><em>(Ouvre une nouvelle fenêtre)</em>
|
|
44
|
+
view_live_html: 'Voir cet article sur le site<br/><em>(Ouvre une nouvelle fenêtre)</em>'
|
|
45
45
|
edit: Modifier cet article
|
|
46
46
|
delete: Supprimer cet article
|
|
47
47
|
settings:
|
|
@@ -111,7 +111,7 @@ fr:
|
|
|
111
111
|
thank_you: 'Merci pour votre commentaire.'
|
|
112
112
|
thank_you_moderated: 'Merci pour votre commentaire. Votre message a été placé en attente de validation et apparaitra bientôt.'
|
|
113
113
|
index:
|
|
114
|
-
no_blog_articles_yet:
|
|
114
|
+
no_blog_articles_yet: "Il n'y a aucun article pour l'instant. Restez en alerte."
|
|
115
115
|
show:
|
|
116
116
|
blog_home: Accueil du blog
|
|
117
117
|
comments:
|
|
@@ -121,5 +121,5 @@ fr:
|
|
|
121
121
|
filed_in: Classé dans
|
|
122
122
|
submit: Envoyer le commentaire
|
|
123
123
|
archive:
|
|
124
|
-
blog_archive_for: Archive du blog pour le %{date}
|
|
125
|
-
no_blog_articles_posted:
|
|
124
|
+
blog_archive_for: 'Archive du blog pour le %{date}'
|
|
125
|
+
no_blog_articles_posted: "Il n'y a aucun article pour la date du %{date}. Restez à l'écoute."
|
data/config/locales/it.yml
CHANGED
|
@@ -13,7 +13,7 @@ it:
|
|
|
13
13
|
comments:
|
|
14
14
|
approved: 'Il commento di "%{author}" è stato approvato.'
|
|
15
15
|
comment:
|
|
16
|
-
view_live: Visualizza questo commento <em> <br/> live (si apre in una nuova finestra) </
|
|
16
|
+
view_live: 'Visualizza questo commento <em> <br/> live (si apre in una nuova finestra) </em>'
|
|
17
17
|
read: Leggi questo commento
|
|
18
18
|
reject: Rifiuta questo commento
|
|
19
19
|
approve: Approva questo commento
|
|
@@ -41,7 +41,7 @@ it:
|
|
|
41
41
|
index:
|
|
42
42
|
no_items_yet: 'Non ci sono ancora Messaggi per questo Blog. Clicca "%{create}" per aggiungere il tuo primo messaggio.'
|
|
43
43
|
post:
|
|
44
|
-
view_live: Visualizza questo messaggio live <br/><em>(si apre in una nuova finestra)</em>
|
|
44
|
+
view_live: 'Visualizza questo messaggio live <br/><em>(si apre in una nuova finestra)</em>'
|
|
45
45
|
edit: Modifica questo messaggio
|
|
46
46
|
delete: Rimuovi questo messaggio per sempre
|
|
47
47
|
settings:
|
|
@@ -58,7 +58,7 @@ it:
|
|
|
58
58
|
new: Crea nuova categoria
|
|
59
59
|
comments:
|
|
60
60
|
title: Commenti
|
|
61
|
-
title_with_count: '
|
|
61
|
+
title_with_count: 'Commenti (%{new_count} nuovi)'
|
|
62
62
|
new: Nuovo
|
|
63
63
|
unmoderated: Nuovo
|
|
64
64
|
approved: Approvato
|
data/config/locales/nb.yml
CHANGED
|
@@ -6,9 +6,9 @@ nb:
|
|
|
6
6
|
blog:
|
|
7
7
|
posts:
|
|
8
8
|
index:
|
|
9
|
-
no_items_yet: Det er ingen Blog Posts enda. Klikk på "Lag en ny Blog Posts" for å legge til din første blog posts.
|
|
9
|
+
no_items_yet: 'Det er ingen Blog Posts enda. Klikk på "Lag en ny Blog Posts" for å legge til din første blog posts.'
|
|
10
10
|
post:
|
|
11
|
-
view_live: Vis hvordan denne blog post ser ut offentlig <br/><em>(åpner i et nytt vindu)</em>
|
|
11
|
+
view_live: 'Vis hvordan denne blog post ser ut offentlig <br/><em>(åpner i et nytt vindu)</em>'
|
|
12
12
|
edit: Rediger denne blog post
|
|
13
13
|
delete: Fjern denne blog post permanent
|
|
14
14
|
submenu:
|
data/config/locales/nl.yml
CHANGED
|
@@ -8,7 +8,7 @@ nl:
|
|
|
8
8
|
index:
|
|
9
9
|
no_items_yet: Er zijn nog geen Blog Post. Druk op 'Maak een nieuwe Blog Post' om de eerste aan te maken.
|
|
10
10
|
post:
|
|
11
|
-
view_live: Bekijk deze blog posts op de website <br/><em>(opent een nieuw venster)</em>
|
|
11
|
+
view_live: 'Bekijk deze blog posts op de website <br/><em>(opent een nieuw venster)</em>'
|
|
12
12
|
edit: Bewerk deze blog post
|
|
13
13
|
delete: Verwijder deze blog post voor eeuwig
|
|
14
14
|
submenu:
|
data/config/locales/pl.yml
CHANGED
|
@@ -19,7 +19,7 @@ pl:
|
|
|
19
19
|
comments:
|
|
20
20
|
approved: 'Komentarz "%{author}" został zaakceptowany.'
|
|
21
21
|
comment:
|
|
22
|
-
view_live: Zobacz ten komentarz na żywo<br/><em>(otwiera w nowym oknie)</em>
|
|
22
|
+
view_live: 'Zobacz ten komentarz na żywo<br/><em>(otwiera w nowym oknie)</em>'
|
|
23
23
|
read: Pokaż ten komentarz
|
|
24
24
|
reject: Odrzuć ten komentarz
|
|
25
25
|
approve: Zaakceptuj ten komentarz
|
|
@@ -41,7 +41,7 @@ pl:
|
|
|
41
41
|
posts:
|
|
42
42
|
form:
|
|
43
43
|
advanced_options: Opcje zaawansowane
|
|
44
|
-
toggle_advanced_options: Kliknij, aby zarządzać meta-ustawieniami
|
|
44
|
+
toggle_advanced_options: 'Kliknij, aby zarządzać meta-ustawieniami'
|
|
45
45
|
save_as_draft: Zapisz jako szkic
|
|
46
46
|
published_at: Data publikacji
|
|
47
47
|
index:
|
|
@@ -49,7 +49,7 @@ pl:
|
|
|
49
49
|
uncategorized:
|
|
50
50
|
no_items_yet: 'Brak nieskategoryzowanych wpisów na blogu.'
|
|
51
51
|
post:
|
|
52
|
-
view_live: Zobacz ten post na żywo<br/><em>(otwiera w nowym oknie)</em>
|
|
52
|
+
view_live: 'Zobacz ten post na żywo<br/><em>(otwiera w nowym oknie)</em>'
|
|
53
53
|
edit: Edytuj ten post
|
|
54
54
|
delete: Usuń ten post na zawsze
|
|
55
55
|
settings:
|
|
@@ -57,7 +57,7 @@ pl:
|
|
|
57
57
|
value: Powiadomienia wysyłane do
|
|
58
58
|
explanation: 'Gdy zostanie dodany nowy komentarz, system wyśle powiadomienie przez e-mail.'
|
|
59
59
|
hint: 'Gdy zostanie dodany nowy komentarz, system wyśle powiadomienie przez e-mail.'
|
|
60
|
-
example:
|
|
60
|
+
example: 'Podaj adresy e-mail oddzielone przecinkiem, np: jack@work.com, jill@office.com'
|
|
61
61
|
updated: 'Powiadomienia będą wysyłane do "%{recipients}"'
|
|
62
62
|
submenu:
|
|
63
63
|
categories:
|
|
@@ -92,7 +92,7 @@ pl:
|
|
|
92
92
|
email: Email
|
|
93
93
|
message: Treść
|
|
94
94
|
closing_line: Pozdrawiamy
|
|
95
|
-
ps: P.S. Wszystkie komentarze przechowywane są w panelu zarządzania, w sekcji "Blog" i podmenu "Komentarze".
|
|
95
|
+
ps: 'P.S. Wszystkie komentarze przechowywane są w panelu zarządzania, w sekcji "Blog" i podmenu "Komentarze". '
|
|
96
96
|
shared:
|
|
97
97
|
categories:
|
|
98
98
|
title: Kategorie
|
|
@@ -130,5 +130,5 @@ pl:
|
|
|
130
130
|
filed_in: 'kategorie:'
|
|
131
131
|
submit: Dodaj komentarz
|
|
132
132
|
archive:
|
|
133
|
-
blog_archive_for: Archiwum dla %{date}
|
|
134
|
-
no_blog_articles_posted: Brak wpisów dla daty %{date}.
|
|
133
|
+
blog_archive_for: 'Archiwum dla %{date}'
|
|
134
|
+
no_blog_articles_posted: 'Brak wpisów dla daty %{date}.'
|
data/config/locales/pt-BR.yml
CHANGED
|
@@ -13,7 +13,7 @@ pt-BR:
|
|
|
13
13
|
comments:
|
|
14
14
|
approved: 'O comentário de "%{author}" foi aprovado.'
|
|
15
15
|
comment:
|
|
16
|
-
view_live_html: Ver este comentário <br/><em>(será aberto em outra janela)</em>
|
|
16
|
+
view_live_html: 'Ver este comentário <br/><em>(será aberto em outra janela)</em>'
|
|
17
17
|
read: Ler este comentário
|
|
18
18
|
reject: Rejeitar este comentário
|
|
19
19
|
approve: Aprovar este comentário
|
|
@@ -41,7 +41,7 @@ pt-BR:
|
|
|
41
41
|
index:
|
|
42
42
|
no_items_yet: 'Ainda não há Posts no Blog. Clique em "%{create}" para adicionar o primeiro post.'
|
|
43
43
|
post:
|
|
44
|
-
view_live_html: Ver este comentário <br/><em>(será aberto em outra janela)</em>
|
|
44
|
+
view_live_html: 'Ver este comentário <br/><em>(será aberto em outra janela)</em>'
|
|
45
45
|
edit: Editar este post
|
|
46
46
|
delete: Remover esse post para sempre
|
|
47
47
|
settings:
|
|
@@ -49,7 +49,7 @@ pt-BR:
|
|
|
49
49
|
value: Enviar notificações para
|
|
50
50
|
explanation: 'Cada vez que alguém comenta em um post no blog, é enviado um e-mail para informar que há um novo comentário.'
|
|
51
51
|
hint: 'Quando um novo comentário é adicionado, será enviado uma notificação por e-mail para você.'
|
|
52
|
-
example:
|
|
52
|
+
example: 'Entre com o(s) seu(s) endereço(s) de email, como: jack@work.com, jill@office.com'
|
|
53
53
|
updated: 'As notificações foram enviadas para "%{recipients}"'
|
|
54
54
|
submenu:
|
|
55
55
|
categories:
|
|
@@ -83,7 +83,7 @@ pt-BR:
|
|
|
83
83
|
email: Email
|
|
84
84
|
message: Mensagem
|
|
85
85
|
closing_line: Atenciosamente
|
|
86
|
-
ps: P.S. Lembre-se que você pode ver todos os comentários em "Comentários" dentro da seção "Blog".
|
|
86
|
+
ps: 'P.S. Lembre-se que você pode ver todos os comentários em "Comentários" dentro da seção "Blog".'
|
|
87
87
|
shared:
|
|
88
88
|
categories:
|
|
89
89
|
title: Categorias
|
|
@@ -119,7 +119,7 @@ pt-BR:
|
|
|
119
119
|
filed_in: Arquivado em
|
|
120
120
|
submit: Enviar comentário
|
|
121
121
|
archive:
|
|
122
|
-
blog_archive_for: Arquivo do blog em %{date}
|
|
123
|
-
no_blog_articles_posted: Não há arquivos do blog em %{date}.
|
|
124
|
-
post:
|
|
122
|
+
blog_archive_for: 'Arquivo do blog em %{date}'
|
|
123
|
+
no_blog_articles_posted: 'Não há arquivos do blog em %{date}.'
|
|
124
|
+
post:
|
|
125
125
|
filed_in: Arquivado em
|
data/lib/refinerycms-blog.rb
CHANGED