refinerycms 0.9.7.1 → 0.9.7.2
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/Gemfile +2 -2
- data/bin/refinery +2 -2
- data/changelog.md +13 -0
- data/config.ru +2 -0
- data/db/migrate/20100522020225_rename_permissions_for_resources_plugin_to_files.rb +2 -2
- data/lib/gemspec.rb +3 -6
- data/public/javascripts/refinery/admin.js +8 -0
- data/public/stylesheets/refinery/refinery.css +24 -2
- data/vendor/plugins/authentication/app/models/user.rb +5 -5
- data/vendor/plugins/authentication/app/views/users/forgot.html.erb +3 -3
- data/vendor/plugins/authentication/app/views/users/reset.html.erb +2 -2
- data/vendor/plugins/authentication/config/locales/da.yml +12 -0
- data/vendor/plugins/authentication/config/locales/de.yml +2 -0
- data/vendor/plugins/authentication/config/locales/en.yml +5 -0
- data/vendor/plugins/authentication/config/locales/es.yml +15 -3
- data/vendor/plugins/authentication/config/locales/fr.yml +2 -0
- data/vendor/plugins/authentication/config/locales/it.yml +12 -0
- data/vendor/plugins/authentication/config/locales/nb.yml +12 -0
- data/vendor/plugins/authentication/config/locales/nl.yml +12 -0
- data/vendor/plugins/authentication/config/locales/pt-BR.yml +36 -5
- data/vendor/plugins/authentication/lib/authenticated_system.rb +1 -1
- data/vendor/plugins/dashboard/app/helpers/admin/dashboard_helper.rb +8 -2
- data/vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb +11 -4
- data/vendor/plugins/dashboard/config/locales/da.yml +4 -2
- data/vendor/plugins/dashboard/config/locales/de.yml +4 -2
- data/vendor/plugins/dashboard/config/locales/en.yml +7 -2
- data/vendor/plugins/dashboard/config/locales/es.yml +8 -2
- data/vendor/plugins/dashboard/config/locales/fr.yml +4 -2
- data/vendor/plugins/dashboard/config/locales/it.yml +4 -2
- data/vendor/plugins/dashboard/config/locales/nb.yml +4 -2
- data/vendor/plugins/dashboard/config/locales/nl.yml +4 -2
- data/vendor/plugins/dashboard/config/locales/pt-BR.yml +10 -3
- data/vendor/plugins/dashboard/config/locales/sl.yml +4 -2
- data/vendor/plugins/i18n/lib/i18n.rb +30 -13
- data/vendor/plugins/i18n/lib/i18n_filter.rb +5 -5
- data/vendor/plugins/images/app/views/admin/images/index.html.erb +1 -1
- data/vendor/plugins/images/config/locales/es.yml +4 -7
- data/vendor/plugins/images/config/locales/pt-BR.yml +1 -1
- data/vendor/plugins/inquiries/app/controllers/admin/inquiry_settings_controller.rb +5 -0
- data/vendor/plugins/inquiries/config/locales/da.yml +4 -3
- data/vendor/plugins/inquiries/config/locales/de.yml +3 -2
- data/vendor/plugins/inquiries/config/locales/en.yml +1 -0
- data/vendor/plugins/inquiries/config/locales/es.yml +3 -2
- data/vendor/plugins/inquiries/config/locales/fr.yml +3 -2
- data/vendor/plugins/inquiries/config/locales/it.yml +3 -2
- data/vendor/plugins/inquiries/config/locales/nb.yml +3 -3
- data/vendor/plugins/inquiries/config/locales/nl.yml +3 -2
- data/vendor/plugins/inquiries/config/locales/pt-BR.yml +23 -19
- data/vendor/plugins/pages/config/locales/pt-BR.yml +11 -1
- data/vendor/plugins/pages/config/locales/sl.yml +1 -1
- data/vendor/plugins/refinery/app/views/layouts/admin.html.erb +1 -1
- data/vendor/plugins/refinery/app/views/shared/_site_bar.html.erb +1 -2
- data/vendor/plugins/refinery/app/views/shared/admin/_search.html.erb +4 -1
- data/vendor/plugins/refinery/config/locales/da.yml +5 -3
- data/vendor/plugins/refinery/config/locales/de.yml +5 -3
- data/vendor/plugins/refinery/config/locales/en.yml +5 -3
- data/vendor/plugins/refinery/config/locales/es.yml +5 -3
- data/vendor/plugins/refinery/config/locales/fr.yml +2 -3
- data/vendor/plugins/refinery/config/locales/it.yml +5 -3
- data/vendor/plugins/refinery/config/locales/nb.yml +5 -3
- data/vendor/plugins/refinery/config/locales/nl.yml +2 -3
- data/vendor/plugins/refinery/config/locales/pt-BR.yml +8 -2
- data/vendor/plugins/refinery/config/locales/sl.yml +2 -4
- data/vendor/plugins/refinery/lib/generators/refinery/templates/migration.rb +1 -1
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/index.html.erb +1 -1
- data/vendor/plugins/refinery/lib/refinery.rb +1 -1
- data/vendor/plugins/refinery/lib/refinery/application_controller.rb +3 -3
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/index.html.erb +1 -1
- data/vendor/plugins/refinery_settings/config/locales/sl.yml +0 -1
- data/vendor/plugins/resources/app/views/admin/resources/index.html.erb +1 -1
- data/vendor/plugins/resources/config/locales/da.yml +0 -2
- data/vendor/plugins/resources/config/locales/en.yml +4 -3
- data/vendor/plugins/resources/config/locales/es.yml +0 -2
- data/vendor/plugins/resources/config/locales/fr.yml +0 -2
- data/vendor/plugins/resources/config/locales/it.yml +0 -1
- data/vendor/plugins/resources/config/locales/nb.yml +0 -2
- data/vendor/plugins/resources/config/locales/nl.yml +0 -2
- data/vendor/plugins/resources/config/locales/pt-BR.yml +0 -2
- data/vendor/plugins/resources/config/locales/sl.yml +0 -2
- data/vendor/plugins/translate/tasks/translate.rake +20 -9
- metadata +5 -9
- data/bin/refinery-update-core +0 -126
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/_inquiry_setting.html.erb +0 -11
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/index.html.erb +0 -21
|
@@ -32,8 +32,6 @@ es:
|
|
|
32
32
|
closed: "La consulta '{{inquiry}}' esta cerrada"
|
|
33
33
|
reopened: "La consulta '{{inquiry}}' esta abierta"
|
|
34
34
|
index:
|
|
35
|
-
update_notified: "Actualizar a quien será notificado"
|
|
36
|
-
edit_confirmation_email: "Editar email de confirmación"
|
|
37
35
|
search_results_for: Resultados de la busqueda de {{query}}
|
|
38
36
|
no_inquiries: No has recibido ninguna consulta aun.
|
|
39
37
|
show:
|
|
@@ -46,6 +44,9 @@ es:
|
|
|
46
44
|
actions: Acciones
|
|
47
45
|
back_to_all_inquiries: Regresar a todas las consultas
|
|
48
46
|
inquiry: Consulta
|
|
47
|
+
submenu:
|
|
48
|
+
update_notified: "Actualizar a quien será notificado"
|
|
49
|
+
edit_confirmation_email: "Editar email de confirmación"
|
|
49
50
|
inquiry_settings:
|
|
50
51
|
update:
|
|
51
52
|
updated: "'{{setting}}' fue actualizado exitosamente."
|
|
@@ -31,8 +31,6 @@ fr:
|
|
|
31
31
|
closed: "La demande de renseignement '{{inquiry}}' est fermé"
|
|
32
32
|
reopened: "La demande de renseignement '{{inquiry}}' est rouverte"
|
|
33
33
|
index:
|
|
34
|
-
update_notified: "Mettre à jour qui est notifié"
|
|
35
|
-
edit_confirmation_email: Modifier le couriel de confirmation
|
|
36
34
|
search_results_for: "Résultat de recherche pour {{query}}"
|
|
37
35
|
open_inquiries: Demande de renseignement ouverte
|
|
38
36
|
no_inquiries: "Hourra! Il n'y a pas de requête ouvertes, vous les avez toutes faites."
|
|
@@ -48,6 +46,9 @@ fr:
|
|
|
48
46
|
actions: Actions
|
|
49
47
|
back_to_all_inquiries: Retourné à la liste de requêtes
|
|
50
48
|
inquiry: Requête
|
|
49
|
+
submenu:
|
|
50
|
+
update_notified: "Mettre à jour qui est notifié"
|
|
51
|
+
edit_confirmation_email: Modifier le couriel de confirmation
|
|
51
52
|
inquiry_settings:
|
|
52
53
|
update:
|
|
53
54
|
updated: "'{{setting}}' a été mis à jour."
|
|
@@ -31,8 +31,6 @@ it:
|
|
|
31
31
|
closed: "Inchiesta '{{inquiry}}' è chiuso"
|
|
32
32
|
reopened: "Inchiesta '{{inquiry}}' si riapre"
|
|
33
33
|
index:
|
|
34
|
-
update_notified: Aggiornamento chi viene notificata
|
|
35
|
-
edit_confirmation_email: Modifica email di conferma
|
|
36
34
|
no_inquiries: Non hai ancora ricevuto alcuna richiesta in.
|
|
37
35
|
show:
|
|
38
36
|
details: Dettagli
|
|
@@ -44,6 +42,9 @@ it:
|
|
|
44
42
|
actions: Azioni
|
|
45
43
|
back_to_all_inquiries: Torna a tutte le richieste
|
|
46
44
|
inquiry: Inchiesta
|
|
45
|
+
submenu:
|
|
46
|
+
update_notified: Aggiornamento chi viene notificata
|
|
47
|
+
edit_confirmation_email: Modifica email di conferma
|
|
47
48
|
inquiry_settings:
|
|
48
49
|
update:
|
|
49
50
|
updated: "'{{setting}}' stato aggiornato con successo."
|
|
@@ -31,9 +31,6 @@ nb:
|
|
|
31
31
|
closed: "Forespørsel '{{inquiry}}' lukket"
|
|
32
32
|
reopened: "Forespørsel '{{inquiry}}' er åpnet igjen."
|
|
33
33
|
index:
|
|
34
|
-
update_notified: Oppdater hvem som blir varslet
|
|
35
|
-
edit_confirmation_email: Rediger bekreftelsesepost
|
|
36
|
-
search_results_for: Søkeresultat for {{query}}
|
|
37
34
|
no_inquiries: Du har ikke mottatt noen forespørsler enda.
|
|
38
35
|
show:
|
|
39
36
|
details: Detaljer
|
|
@@ -45,6 +42,9 @@ nb:
|
|
|
45
42
|
actions: Handlinger
|
|
46
43
|
back_to_all_inquiries: Tilbake til alle forespørsler
|
|
47
44
|
inquiry: Forespørsel
|
|
45
|
+
submenu:
|
|
46
|
+
update_notified: Oppdater hvem som blir varslet
|
|
47
|
+
edit_confirmation_email: Rediger bekreftelsesepost
|
|
48
48
|
inquiry_settings:
|
|
49
49
|
update:
|
|
50
50
|
updated: "'{{setting}}' er oppdatert."
|
|
@@ -33,8 +33,6 @@ nl:
|
|
|
33
33
|
closed: "Vraag '{{inquiry}}' is behandeld"
|
|
34
34
|
reopened: "Vraag '{{inquiry}}' is heropend"
|
|
35
35
|
index:
|
|
36
|
-
update_notified: Wijzig wie een notificatie ontvangt
|
|
37
|
-
edit_confirmation_email: Bewerk bevestigings email
|
|
38
36
|
search_results_for: Zoekresultaten voor {{query}}
|
|
39
37
|
open_inquiries: Open vragen
|
|
40
38
|
no_inquiries: "Jeej! Er zijn geen onverwerkte vragen!"
|
|
@@ -49,6 +47,9 @@ nl:
|
|
|
49
47
|
age: Leeftijd
|
|
50
48
|
actions: Acties
|
|
51
49
|
back_to_all_inquiries: Terug naar alle vragen
|
|
50
|
+
submenu:
|
|
51
|
+
update_notified: Wijzig wie een notificatie ontvangt
|
|
52
|
+
edit_confirmation_email: Bewerk bevestigings email
|
|
52
53
|
inquiry_settings:
|
|
53
54
|
update:
|
|
54
55
|
updated: "'{{setting}}' is aangepast."
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
pt-BR:
|
|
2
2
|
plugins:
|
|
3
3
|
inquiries:
|
|
4
|
-
title:
|
|
4
|
+
title: Contatos
|
|
5
5
|
refinery_inquiries:
|
|
6
|
-
title:
|
|
6
|
+
title: Contatos
|
|
7
7
|
activerecord:
|
|
8
8
|
models:
|
|
9
|
-
inquiry:
|
|
9
|
+
inquiry: Contatos
|
|
10
10
|
attributes:
|
|
11
11
|
inquiry:
|
|
12
12
|
name: Nome
|
|
@@ -26,22 +26,26 @@ pt-BR:
|
|
|
26
26
|
admin:
|
|
27
27
|
inquiries:
|
|
28
28
|
inquiry:
|
|
29
|
-
move_inquiry_to_closed: Mover
|
|
30
|
-
move_inquiry_to_open: Mover este
|
|
31
|
-
read_inquiry: Ler
|
|
32
|
-
remove_inquiry: "Tem certeza que deseja remover
|
|
33
|
-
title: Remover
|
|
29
|
+
move_inquiry_to_closed: Mover esta mensagem para fechadas
|
|
30
|
+
move_inquiry_to_open: Mover este mensagem para abertas
|
|
31
|
+
read_inquiry: Ler a mensagem
|
|
32
|
+
remove_inquiry: "Tem certeza que deseja remover a mensagem de '{{name}}'?"
|
|
33
|
+
title: Remover esta mensagem para sempre.
|
|
34
|
+
said: disse
|
|
35
|
+
mark_as_spam: Marcado como spam
|
|
36
|
+
mark_as_ham: Mover para o inbox
|
|
34
37
|
toggle_status:
|
|
35
|
-
closed: "
|
|
36
|
-
reopened: "
|
|
37
|
-
|
|
38
|
-
update_notified: Atualizar quem
|
|
38
|
+
closed: "Mensagem '{{inquiry}}' está fechado"
|
|
39
|
+
reopened: "Mensagem '{{inquiry}}' está reaberto"
|
|
40
|
+
submenu:
|
|
41
|
+
update_notified: Atualizar quem recebe a notificação
|
|
39
42
|
edit_confirmation_email: Editar email de confirmação
|
|
43
|
+
index:
|
|
40
44
|
search_results_for: Resultados da busca por {{query}}
|
|
41
|
-
open_inquiries:
|
|
42
|
-
no_inquiries: "Urra! Não exitem
|
|
43
|
-
closed_inquiries:
|
|
44
|
-
havent_closed_any_inquiries: "Você ainda não fechou
|
|
45
|
+
open_inquiries: Mensagens abertas
|
|
46
|
+
no_inquiries: "Urra! Não exitem mensagens abertas porque você lidou com todas elas."
|
|
47
|
+
closed_inquiries: Mensagens fechadas
|
|
48
|
+
havent_closed_any_inquiries: "Você ainda não fechou nenhuma mensagem."
|
|
45
49
|
show:
|
|
46
50
|
details: Detalhes
|
|
47
51
|
click_to_email: Clique para enviar email
|
|
@@ -50,19 +54,19 @@ pt-BR:
|
|
|
50
54
|
closed: Fechada
|
|
51
55
|
age: Idade
|
|
52
56
|
actions: Ações
|
|
53
|
-
back_to_all_inquiries: Voltar para todos
|
|
57
|
+
back_to_all_inquiries: Voltar para todos as Mensagens
|
|
54
58
|
inquiry: Inquérito
|
|
55
59
|
inquiry_settings:
|
|
56
60
|
update:
|
|
57
61
|
updated: "'{{setting}}' foi atualizada com sucesso."
|
|
58
62
|
notification_recipients_form:
|
|
59
63
|
inquiry_settings_value_name: Enviar notificações para
|
|
60
|
-
explanation: Toda vez que alguém
|
|
64
|
+
explanation: Toda vez que alguém contactar você no seu website, o Refinery envia um email para notificar a essa pessoa o recebimento de uma mensagem.
|
|
61
65
|
hint: "Entre um endereço de email acima. Deseja que a notificação vá para mais de uma pessoa? Entre vários endereços de email separados por vírgulas."
|
|
62
66
|
example: "P.e. eu@dominio.com, amigo@msn.com, colegadetrabalho@trabalho.com"
|
|
63
67
|
confirmation_email_form:
|
|
64
68
|
click_to_edit_subject: Clique aqui para editar o assunto
|
|
65
|
-
explanation: Toda vez que alguém contatar você no seu website, o Refinery envia um email para confirmar o
|
|
69
|
+
explanation: Toda vez que alguém contatar você no seu website, o Refinery envia um email para confirmar o recebimentoda mensagem para esta pessoa.
|
|
66
70
|
below_edit_email_sent: Abaixo você pode editar o e-mail que é enviado para fora.
|
|
67
71
|
the_customer_making_inquiry: O cliente fazendo o inquérito
|
|
68
72
|
to: Para
|
|
@@ -2,8 +2,10 @@ pt-BR:
|
|
|
2
2
|
plugins:
|
|
3
3
|
pages:
|
|
4
4
|
title: Páginas
|
|
5
|
+
article: as
|
|
5
6
|
refinery_pages:
|
|
6
7
|
title: Páginas
|
|
8
|
+
article: as
|
|
7
9
|
activerecord:
|
|
8
10
|
models:
|
|
9
11
|
page: Página
|
|
@@ -20,8 +22,16 @@ pt-BR:
|
|
|
20
22
|
show_in_menu: Mostrar no menu
|
|
21
23
|
admin:
|
|
22
24
|
pages:
|
|
25
|
+
page:
|
|
26
|
+
view_live: Vizualizar essa página agora <br/><em>(irá abrir uma nova janela)</em>
|
|
27
|
+
edit_this_page: Editar essa página
|
|
28
|
+
confirm_delete_page_title: Deletar essa página
|
|
29
|
+
confirm_delete_page_message: "Você tem certeza que quer deletar a página '{{title}}'?"
|
|
30
|
+
hidden: oculta
|
|
31
|
+
draft: rascunho
|
|
32
|
+
|
|
23
33
|
form_advanced_options:
|
|
24
|
-
create_content_section: Criar seção de
|
|
34
|
+
create_content_section: Criar seção de conteúdo
|
|
25
35
|
delete_content_section: Remover seção de conteúdo
|
|
26
36
|
advanced_options: Opções Avançadas
|
|
27
37
|
explain_page_different_title: Se você deseja que a página possua um título diferente do que o que aparece no menu e no título do navegador, então entre ele aqui.
|
|
@@ -34,7 +34,7 @@ sl:
|
|
|
34
34
|
view_live: Poglej si to stran v živo <br/><em>(odpre se v novem oknu)</em>
|
|
35
35
|
edit_this_page: Uredi to stran
|
|
36
36
|
confirm_delete_page_title: Odstrani to stran
|
|
37
|
-
confirm_delete_page_message: Ali ste prepričani da želite odstraniti stran '{{title}}'?
|
|
37
|
+
confirm_delete_page_message: "Ali ste prepričani da želite odstraniti stran '{{title}}'?"
|
|
38
38
|
hidden: skrito
|
|
39
39
|
draft: osnutek
|
|
40
40
|
form_advanced_options:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
2
|
<html>
|
|
3
3
|
<%= render :partial => "/admin/head" %>
|
|
4
|
-
<body<%= " class='login'" unless logged_in? %><%= " class='splash'" if logged_in? and action_name == "index" %>>
|
|
4
|
+
<body<%= " class='login #{::Refinery::I18n.current_locale}'" unless logged_in? %><%= " class='splash #{::Refinery::I18n.current_locale}'" if logged_in? and action_name == "index" %>>
|
|
5
5
|
<%= render :partial => '/shared/site_bar' %>
|
|
6
6
|
<div id='tooltip_container'></div>
|
|
7
7
|
<div id='header'>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
<% if refinery_user? %>
|
|
2
|
-
|
|
3
2
|
<% unless admin? or login? # jquery scripts should already be cached when using the site bar as login has happened. %>
|
|
4
3
|
<%= stylesheet_link_tag('refinery/site_bar') %>
|
|
5
4
|
<%= jquery_include_tags %>
|
|
@@ -33,7 +32,7 @@
|
|
|
33
32
|
<%= RefinerySetting[:site_name] %>
|
|
34
33
|
</span>
|
|
35
34
|
|
|
36
|
-
<%= link_to
|
|
35
|
+
<%= link_to t('.log_out'), logout_url(:only_path => true), :id => "logout" %>
|
|
37
36
|
</div>
|
|
38
37
|
<% end %>
|
|
39
38
|
</div>
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
<form method="GET" action="<%= url %>" class="
|
|
1
|
+
<form method="GET" action="<%= url %>" class="search_form">
|
|
2
2
|
<input id="search" name="search" size="22" type="search" value="<%= params[:search] %>" />
|
|
3
|
+
<% if from_dialog? %>
|
|
4
|
+
<input id="dialog" name="dialog" type="hidden" value="true" />
|
|
5
|
+
<% end %>
|
|
3
6
|
<%= submit_tag t('admin.search'), :name => "" %>
|
|
4
7
|
</form>
|
|
@@ -8,16 +8,14 @@ da:
|
|
|
8
8
|
menu:
|
|
9
9
|
reorder_menu: Omorganisér menuen
|
|
10
10
|
reorder_menu_done: "Jeg er færdig med omorganiseringen"
|
|
11
|
-
log_out: Log af
|
|
12
11
|
search: Søg
|
|
13
12
|
search_submit: Søg
|
|
14
13
|
search_results_for: "Søgeresultat for '{{query}}'"
|
|
15
|
-
|
|
14
|
+
search_no_results: "Desværre, din søgning gav ingen resultater"
|
|
16
15
|
refinery:
|
|
17
16
|
other: "Anden {{what}}"
|
|
18
17
|
reorder: "Redigér rækkefølgen af {{what}}"
|
|
19
18
|
reorder_done: "Gem rækkefølgen af {{what}}"
|
|
20
|
-
search_no_results: "Desværre, din søgning gav ingen resultater."
|
|
21
19
|
crudify:
|
|
22
20
|
created: "{{what}} er oprettet"
|
|
23
21
|
updated: "{{what}} er opdateret"
|
|
@@ -27,6 +25,10 @@ da:
|
|
|
27
25
|
view_public_site: Vis website
|
|
28
26
|
welcome_to_refinery: Velkommen til Refinery
|
|
29
27
|
shared:
|
|
28
|
+
site_bar:
|
|
29
|
+
log_out: Log af
|
|
30
|
+
switch_to_your_website: Switch to your website
|
|
31
|
+
switch_to_your_website_editor: Switch to your website editor
|
|
30
32
|
admin:
|
|
31
33
|
message:
|
|
32
34
|
close: Luk
|
|
@@ -8,16 +8,14 @@ de:
|
|
|
8
8
|
menu:
|
|
9
9
|
reorder_menu: Menü neu anordnen
|
|
10
10
|
reorder_menu_done: "Menü Anordnung speichern"
|
|
11
|
-
log_out: Logout
|
|
12
11
|
search: Suche
|
|
13
12
|
search_submit: Los
|
|
14
13
|
search_results_for: "Suchergebnisse für '{{query}}'"
|
|
15
|
-
|
|
14
|
+
search_no_results: "Leider gibt es keine Ergebnisse."
|
|
16
15
|
refinery:
|
|
17
16
|
other: "Weitere {{what}}"
|
|
18
17
|
reorder: "Umordnen {{what}}"
|
|
19
18
|
reorder_done: "Geschehen umordnen {{what}}"
|
|
20
|
-
search_no_results: "Leider gibt es keine Ergebnisse."
|
|
21
19
|
crudify:
|
|
22
20
|
created: "{{what}} wurde erfolgreich erstellt."
|
|
23
21
|
updated: "{{what}} wurde erfolgreich aktualisiert."
|
|
@@ -27,6 +25,10 @@ de:
|
|
|
27
25
|
view_public_site: Profil öffentlichen Website
|
|
28
26
|
welcome_to_refinery: Willkommen bei Refinery
|
|
29
27
|
shared:
|
|
28
|
+
site_bar:
|
|
29
|
+
log_out: Ausloggen
|
|
30
|
+
switch_to_your_website: Switch to your website
|
|
31
|
+
switch_to_your_website_editor: Switch to your website editor
|
|
30
32
|
admin:
|
|
31
33
|
message:
|
|
32
34
|
close: Schließen
|
|
@@ -8,11 +8,10 @@ en:
|
|
|
8
8
|
menu:
|
|
9
9
|
reorder_menu: Reorder menu
|
|
10
10
|
reorder_menu_done: "I'm done reordering the menu"
|
|
11
|
-
log_out: Log out
|
|
12
11
|
search: Search
|
|
13
12
|
search_submit: Go
|
|
14
13
|
search_results_for: "Search results for '{{query}}'"
|
|
15
|
-
|
|
14
|
+
search_no_results: "Sorry, no results found"
|
|
16
15
|
images:
|
|
17
16
|
existing_image:
|
|
18
17
|
submit_insert: Insert
|
|
@@ -20,13 +19,13 @@ en:
|
|
|
20
19
|
other: "Other {{what}}"
|
|
21
20
|
reorder: "Reorder {{what}}"
|
|
22
21
|
reorder_done: "Done Reordering {{what}}"
|
|
23
|
-
search_no_results: "Sorry, no results found."
|
|
24
22
|
crudify:
|
|
25
23
|
created: "{{what}} was successfully created."
|
|
26
24
|
updated: "{{what}} was successfully updated."
|
|
27
25
|
destroyed: "{{what}} was successfully destroyed"
|
|
28
26
|
shared:
|
|
29
27
|
site_bar:
|
|
28
|
+
log_out: Log out
|
|
30
29
|
switch_to_your_website: Switch to your website
|
|
31
30
|
switch_to_your_website_editor: Switch to your website editor
|
|
32
31
|
admin:
|
|
@@ -42,11 +41,14 @@ en:
|
|
|
42
41
|
or_continue: or
|
|
43
42
|
cancel_lose_changes: "Cancelling will lose all changes you've made to this {{object_name}}"
|
|
44
43
|
delete: Delete
|
|
44
|
+
previous: Previous
|
|
45
|
+
next: Next
|
|
45
46
|
image_picker:
|
|
46
47
|
none_selected: "There is currently no {{what}} selected, please click here to add one."
|
|
47
48
|
remove_current: "Remove current {{what}}"
|
|
48
49
|
change: Click here to pick a image
|
|
49
50
|
image: image
|
|
51
|
+
show: Show
|
|
50
52
|
resource_picker:
|
|
51
53
|
none_selected: "There is currently no {{what}} selected, please click here to add one."
|
|
52
54
|
current: "Current {{what}}"
|
|
@@ -8,16 +8,14 @@ es:
|
|
|
8
8
|
menu:
|
|
9
9
|
reorder_menu: Re-ordenar menu
|
|
10
10
|
reorder_menu_done: "He terminado de re ordenar el menu"
|
|
11
|
-
log_out: "Cerrar sesión"
|
|
12
11
|
search: Buscar
|
|
13
12
|
search_submit: Aceptar
|
|
14
13
|
search_results_for: "Resultados de busqueda de '{{query}}'"
|
|
15
|
-
|
|
14
|
+
search_no_results: "Lo sentimos, no se encontraron resultados"
|
|
16
15
|
refinery:
|
|
17
16
|
other: "Otra {{what}}"
|
|
18
17
|
reorder: "Re-ordenar {{what}}"
|
|
19
18
|
reorder_done: "Listo el Re-ordenado {{what}}"
|
|
20
|
-
search_no_results: "Lo sentimos, no se encontraron resultados."
|
|
21
19
|
crudify:
|
|
22
20
|
created: "{{what}} fue creado exitosamente"
|
|
23
21
|
updated: "{{what}} fue creado exitosamente"
|
|
@@ -27,6 +25,10 @@ es:
|
|
|
27
25
|
view_public_site: Ver Sitio Publico
|
|
28
26
|
welcome_to_refinery: Bienvenido a Refinery
|
|
29
27
|
shared:
|
|
28
|
+
site_bar:
|
|
29
|
+
log_out: "Cerrar sesión"
|
|
30
|
+
switch_to_your_website: Switch to your website
|
|
31
|
+
switch_to_your_website_editor: Switch to your website editor
|
|
30
32
|
admin:
|
|
31
33
|
message:
|
|
32
34
|
close: Cerrar
|
|
@@ -8,16 +8,14 @@ fr:
|
|
|
8
8
|
menu:
|
|
9
9
|
reorder_menu: Réorganiser le menu
|
|
10
10
|
reorder_menu_done: "J'ai fini de réorganiser le menu"
|
|
11
|
-
log_out: Déconnexion
|
|
12
11
|
search: Rechercher
|
|
13
12
|
search_submit: Envoyer
|
|
14
13
|
search_results_for: "Résultat de recherche pour '{{query}}'"
|
|
15
|
-
|
|
14
|
+
search_no_results: "Désolé, aucun résultat trouvé."
|
|
16
15
|
refinery:
|
|
17
16
|
other: "Other {{what}}"
|
|
18
17
|
reorder: "Reordonner {{what}}"
|
|
19
18
|
reorder_done: "Réorganisation terminé"
|
|
20
|
-
search_no_results: "Désolé, aucun résultat."
|
|
21
19
|
crudify:
|
|
22
20
|
created: "{{what}} a été créé avec succès"
|
|
23
21
|
updated: "{{what}}a été mis à jours avec succès"
|
|
@@ -54,6 +52,7 @@ fr:
|
|
|
54
52
|
message:
|
|
55
53
|
close: Fermer
|
|
56
54
|
site_bar:
|
|
55
|
+
log_out: Déconnexion
|
|
57
56
|
switch_to_your_website: Passer à votre site web
|
|
58
57
|
switch_to_your_website_editor: Passer à votre éditeur de site web
|
|
59
58
|
activerecord:
|
|
@@ -8,16 +8,14 @@ it:
|
|
|
8
8
|
menu:
|
|
9
9
|
reorder_menu: Riordina menu
|
|
10
10
|
reorder_menu_done: "Ho finito riordino del menu"
|
|
11
|
-
log_out: Log out
|
|
12
11
|
search: Cerca
|
|
13
12
|
search_submit: Andare
|
|
14
13
|
search_results_for: "Risultati della ricerca per '{{query}}'"
|
|
15
|
-
|
|
14
|
+
search_no_results: "Spiacenti, nessun risultato trovato"
|
|
16
15
|
refinery:
|
|
17
16
|
other: "Altro {{what}}"
|
|
18
17
|
reorder: "Riordina {{what}}"
|
|
19
18
|
reorder_done: "Fatto Riordinare {{what}}"
|
|
20
|
-
search_no_results: "Spiacenti, nessun risultato trovato."
|
|
21
19
|
crudify:
|
|
22
20
|
created: "{{what}} stato creato con successo"
|
|
23
21
|
updated: "{{what}} stato creato con successo"
|
|
@@ -27,6 +25,10 @@ it:
|
|
|
27
25
|
view_public_site: Vedi sito pubblico
|
|
28
26
|
welcome_to_refinery: Benvenuti a Refinery
|
|
29
27
|
shared:
|
|
28
|
+
site_bar:
|
|
29
|
+
log_out: Log out
|
|
30
|
+
switch_to_your_website: Switch to your website
|
|
31
|
+
switch_to_your_website_editor: Switch to your website editor
|
|
30
32
|
admin:
|
|
31
33
|
message:
|
|
32
34
|
close: Fine
|
|
@@ -8,16 +8,14 @@ nb:
|
|
|
8
8
|
menu:
|
|
9
9
|
reorder_menu: Sorter meny
|
|
10
10
|
reorder_menu_done: "Jeg er ferdig med å sortere menyen"
|
|
11
|
-
log_out: Logg ut
|
|
12
11
|
search: Søk
|
|
13
12
|
search_submit: Søk
|
|
14
13
|
search_results_for: "Søkeresultat for '{{query}}'"
|
|
15
|
-
|
|
14
|
+
search_no_results: "Beklager, ingen resultat funnet."
|
|
16
15
|
refinery:
|
|
17
16
|
other: "Andre {{what}}"
|
|
18
17
|
reorder: "Sorter {{what}}"
|
|
19
18
|
reorder_done: "Ferdig å sortere {{what}}"
|
|
20
|
-
search_no_results: "Beklager, ingen resultat funnet."
|
|
21
19
|
crudify:
|
|
22
20
|
created: "{{what}} ble opprettet"
|
|
23
21
|
updated: "{{what}} er oppdatert"
|
|
@@ -27,6 +25,10 @@ nb:
|
|
|
27
25
|
view_public_site: Se siden din
|
|
28
26
|
welcome_to_refinery: Velkommen til Refinery
|
|
29
27
|
shared:
|
|
28
|
+
site_bar:
|
|
29
|
+
log_out: Logg ut
|
|
30
|
+
switch_to_your_website: Switch to your website
|
|
31
|
+
switch_to_your_website_editor: Switch to your website editor
|
|
30
32
|
admin:
|
|
31
33
|
message:
|
|
32
34
|
close: Lukk
|