camaleon_cms 2.5.3.1 → 2.6.0
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.
Potentially problematic release.
This version of camaleon_cms might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/apps/plugins/front_cache/front_cache_helper.rb +1 -1
- data/app/assets/images/camaleon_cms/language/md.png +0 -0
- data/app/models/camaleon_cms/ability.rb +94 -92
- data/app/models/camaleon_cms/category.rb +45 -44
- data/app/models/camaleon_cms/custom_field.rb +26 -25
- data/app/models/camaleon_cms/custom_field_group.rb +115 -114
- data/app/models/camaleon_cms/custom_fields_relationship.rb +21 -19
- data/app/models/camaleon_cms/media.rb +48 -44
- data/app/models/camaleon_cms/meta.rb +5 -3
- data/app/models/camaleon_cms/nav_menu.rb +27 -24
- data/app/models/camaleon_cms/nav_menu_item.rb +58 -54
- data/app/models/camaleon_cms/plugin.rb +62 -60
- data/app/models/camaleon_cms/post.rb +205 -227
- data/app/models/camaleon_cms/post_comment.rb +44 -42
- data/app/models/camaleon_cms/post_default.rb +65 -62
- data/app/models/camaleon_cms/post_relationship.rb +1 -2
- data/app/models/camaleon_cms/post_tag.rb +9 -6
- data/app/models/camaleon_cms/post_type.rb +170 -163
- data/app/models/camaleon_cms/site.rb +211 -203
- data/app/models/camaleon_cms/term_relationship.rb +16 -14
- data/app/models/camaleon_cms/term_taxonomy.rb +49 -54
- data/app/models/camaleon_cms/theme.rb +24 -23
- data/app/models/camaleon_cms/user.rb +18 -13
- data/app/models/camaleon_cms/user_role.rb +130 -128
- data/app/models/camaleon_cms/widget/assigned.rb +25 -21
- data/app/models/camaleon_cms/widget/main.rb +40 -36
- data/app/models/camaleon_cms/widget/sidebar.rb +20 -16
- data/app/validators/camaleon_cms/post_uniq_validator.rb +28 -0
- data/app/validators/camaleon_cms/uniq_validator.rb +9 -0
- data/config/locales/camaleon_cms/admin/ar.yml +1 -0
- data/config/locales/camaleon_cms/admin/de.yml +1 -0
- data/config/locales/camaleon_cms/admin/en.yml +82 -21
- data/config/locales/camaleon_cms/admin/fr.yml +1 -0
- data/config/locales/camaleon_cms/admin/it.yml +1 -0
- data/config/locales/camaleon_cms/admin/js/de.yml +51 -0
- data/config/locales/camaleon_cms/admin/js/en.yml +51 -0
- data/config/locales/camaleon_cms/admin/js/es.yml +53 -0
- data/config/locales/camaleon_cms/admin/js/it.yml +44 -0
- data/config/locales/camaleon_cms/admin/js/nl.yml +42 -0
- data/config/locales/camaleon_cms/admin/js/pt-BR.yml +44 -0
- data/config/locales/camaleon_cms/admin/js/ru.yml +51 -0
- data/config/locales/camaleon_cms/admin/js/uk.yml +51 -0
- data/config/locales/camaleon_cms/admin/js/zh-CN.yml +51 -0
- data/config/locales/camaleon_cms/admin/nl.yml +1 -0
- data/config/locales/camaleon_cms/admin/ru.yml +1 -0
- data/config/locales/camaleon_cms/admin/uk.yml +2 -1
- data/config/locales/camaleon_cms/admin/zh-CH.yml +1 -0
- data/config/locales/camaleon_cms/common.md +3 -0
- data/config/locales/camaleon_cms/common/ar.yml +66 -0
- data/config/locales/camaleon_cms/common/de.yml +66 -0
- data/config/locales/camaleon_cms/common/en.yml +63 -0
- data/config/locales/camaleon_cms/common/es.yml +66 -0
- data/config/locales/camaleon_cms/common/fr.yml +66 -0
- data/config/locales/camaleon_cms/common/it.yml +63 -0
- data/config/locales/camaleon_cms/common/md.yml +60 -0
- data/config/locales/camaleon_cms/common/nl.yml +64 -0
- data/config/locales/camaleon_cms/common/pt-BR.yml +65 -0
- data/config/locales/camaleon_cms/common/pt.yml +65 -0
- data/config/locales/camaleon_cms/common/ru.yml +66 -0
- data/config/locales/camaleon_cms/common/uk.yml +64 -0
- data/config/locales/camaleon_cms/common/zh-CN.yml +66 -0
- data/config/locales/camaleon_cms/languages/ar.yml +16 -0
- data/config/locales/camaleon_cms/languages/de.yml +16 -0
- data/config/locales/camaleon_cms/languages/en.yml +16 -0
- data/config/locales/camaleon_cms/languages/es.yml +16 -0
- data/config/locales/camaleon_cms/languages/it.yml +16 -0
- data/config/locales/camaleon_cms/languages/md.yml +15 -0
- data/config/locales/camaleon_cms/languages/nl.yml +16 -0
- data/config/locales/camaleon_cms/languages/pt-BR.yml +16 -0
- data/config/locales/camaleon_cms/languages/pt.yml +16 -0
- data/config/locales/camaleon_cms/languages/ru.yml +16 -0
- data/config/locales/camaleon_cms/languages/uk.yml +16 -0
- data/config/locales/camaleon_cms/languages/zh-CN.yml +16 -0
- data/config/locales/camaleon_cms/routes/de.yml +8 -0
- data/config/locales/camaleon_cms/routes/es.yml +8 -0
- data/config/locales/camaleon_cms/routes/fr.yml +8 -0
- data/config/locales/camaleon_cms/routes/it.yml +8 -0
- data/config/locales/camaleon_cms/routes/md.yml +8 -0
- data/config/locales/camaleon_cms/routes/pt-BR.yml +8 -0
- data/config/locales/camaleon_cms/routes/pt.yml +8 -0
- data/config/locales/camaleon_cms/routes/ru.yml +8 -0
- data/config/locales/camaleon_cms/routes/uk.yml +8 -0
- data/config/locales/camaleon_cms/routes/zh-CN.yml +8 -0
- data/config/locales/md.yml +207 -0
- data/lib/camaleon_cms/version.rb +1 -1
- data/spec/dummy/config/application.rb +14 -2
- metadata +102 -109
- data/config/locales/camaleon_cms/admin/js.yml +0 -435
- data/config/locales/camaleon_cms/common.yml +0 -786
- data/config/locales/camaleon_cms/languages.yml +0 -167
- data/config/locales/camaleon_cms/routes.yml +0 -71
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +0 -254
- data/spec/dummy/log/test.log +0 -46384
- data/spec/dummy/public/media/1/rails_tmp.png +0 -0
- data/spec/dummy/public/media/1/rails_tmp_1.png +0 -0
- data/spec/dummy/public/media/1/rails_tmp_2.png +0 -0
- data/spec/dummy/public/media/1/rails_tmp_3.png +0 -0
- data/spec/dummy/public/media/1/sample/rails_tmp.png +0 -0
- data/spec/dummy/public/media/1/sample/thumb/rails_tmp-png.png +0 -0
- data/spec/dummy/public/media/1/slide33.jpg +0 -0
- data/spec/dummy/public/media/1/thumb/rails_tmp-png.png +0 -0
- data/spec/dummy/public/media/1/thumb/rails_tmp-png_20x.png +0 -0
- data/spec/dummy/public/media/1/thumb/rails_tmp-png_300x300.png +0 -0
- data/spec/dummy/public/media/1/thumb/rails_tmp-png_505x350.png +0 -0
- data/spec/dummy/public/media/1/thumb/rails_tmp_1-png.png +0 -0
- data/spec/dummy/public/media/1/thumb/rails_tmp_2-png.png +0 -0
- data/spec/dummy/public/media/1/thumb/rails_tmp_3-png.png +0 -0
- data/spec/dummy/public/media/1/thumb/slide33-jpg.jpg +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2019-09-04-09-19-13.472.html +0 -457
- data/spec/dummy/tmp/capybara/screenshot_2019-09-04-09-19-13.472.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2019-09-04-09-19-28.693.html +0 -428
- data/spec/dummy/tmp/capybara/screenshot_2019-09-04-09-19-28.693.png +0 -0
- data/spec/dummy/tmp/capybara/screenshot_2019-09-04-09-22-45.502.html +0 -337
- data/spec/dummy/tmp/capybara/screenshot_2019-09-04-09-22-45.502.png +0 -0
- data/spec/support/fixtures/rails_tmp.png +0 -0
@@ -1,3 +1,4 @@
|
|
1
|
+
# encoding: utf-8
|
1
2
|
uk:
|
2
3
|
camaleon_cms:
|
3
4
|
see_intro: "Дивитися інтро"
|
@@ -667,4 +668,4 @@ uk:
|
|
667
668
|
custom_fields: "Цей розділ дозволяє вам розширювати ваші контент і теми, додаючи нові поля."
|
668
669
|
post_type: "Цей модуль дозволяє вам керувати вашими групами контентів без програмування."
|
669
670
|
languages: "Цей модуль дозволяє вам керувати всіма мовами для вашого сайту. Також ви можете налаштувати мову для вашого адмін-панелі."
|
670
|
-
shortcodes: "У цьому розділі ви можете побачити всі доступні shortcodes для використання в ваших контенту."
|
671
|
+
shortcodes: "У цьому розділі ви можете побачити всі доступні shortcodes для використання в ваших контенту."
|
@@ -0,0 +1,66 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
ar:
|
3
|
+
camaleon_cms:
|
4
|
+
common:
|
5
|
+
profile: "الملف الشخصي"
|
6
|
+
dashboard: "لوحة التحكم"
|
7
|
+
read_more: "أقرا المزيد"
|
8
|
+
submit: "إرسال"
|
9
|
+
send: "إرسال"
|
10
|
+
login: "تسجيل الدخول"
|
11
|
+
logout: "تسجيل الخروج"
|
12
|
+
confirm: "هل أنت متأكد?"
|
13
|
+
register: "تسجيل"
|
14
|
+
proceted_article: 'Protected article'
|
15
|
+
|
16
|
+
comment_msg: "يجب تسجيل الدخول لنشر تعليق"
|
17
|
+
comment: "تعليق"
|
18
|
+
comments: "تعليقات"
|
19
|
+
message: "رسائل"
|
20
|
+
leave_comment: "ترك تعليق"
|
21
|
+
comment_new: "اضافة تعليق"
|
22
|
+
comment_saved: "تم حفظ التعليق"
|
23
|
+
comment_error: "لم يتم حفظ التعليق"
|
24
|
+
comment_reply: "الرد"
|
25
|
+
edit: "تعديل"
|
26
|
+
|
27
|
+
recent_posts: "المشاركات الاخيره"
|
28
|
+
|
29
|
+
|
30
|
+
search_msg: "نتائج البحث عن:"
|
31
|
+
search_not_found: "لم يتم العثور علي عناصر البحث"
|
32
|
+
category_list: "قائمة الفئات"
|
33
|
+
post_tag_list: "Tag List"
|
34
|
+
sub_category_list: "Sub Category List"
|
35
|
+
content_list: "المحتويات: %s"
|
36
|
+
visit: "زياره"
|
37
|
+
no_contents_found: "لم يتم العثور علي محتويات"
|
38
|
+
no_results_found: "لم يتم العثور علي نتائج"
|
39
|
+
|
40
|
+
author: "المؤلف"
|
41
|
+
site: "الموقع"
|
42
|
+
categories: "الفئات"
|
43
|
+
next: "التالي"
|
44
|
+
prev: "السابق"
|
45
|
+
current: "الحاليه"
|
46
|
+
search: "بحث"
|
47
|
+
file_format_error: "File format not allowed"
|
48
|
+
file_size_exceeded: "File size exceeded"
|
49
|
+
|
50
|
+
notice: "News "
|
51
|
+
share: "Share on"
|
52
|
+
share_facebook: "Share Facebook"
|
53
|
+
share_twitter: "Share Twitter"
|
54
|
+
share_google_plus: "Share Google Plus"
|
55
|
+
back_top: "Back to Top"
|
56
|
+
total_followers_social: "Total of followers on social networks"
|
57
|
+
latest_articles: "Latest Articles"
|
58
|
+
photo_gallery: "Photo gallery"
|
59
|
+
home_galleries: "Go to the home of galleries"
|
60
|
+
addition: "Addition"
|
61
|
+
view_all_news: "View all news"
|
62
|
+
extra_attributes: "Extra Attributes"
|
63
|
+
|
64
|
+
will_paginate:
|
65
|
+
previous_label: 'Previous'
|
66
|
+
next_label: 'Next'
|
@@ -0,0 +1,66 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
de:
|
3
|
+
camaleon_cms:
|
4
|
+
common:
|
5
|
+
profile: "Profil"
|
6
|
+
dashboard: "Dashboard"
|
7
|
+
read_more: "Mehr lesen"
|
8
|
+
submit: "Absenden"
|
9
|
+
send: "Senden"
|
10
|
+
login: "Login"
|
11
|
+
logout: "Logout"
|
12
|
+
confirm: "Bist du sicher?"
|
13
|
+
register: "Registrieren"
|
14
|
+
proceted_article: 'Geschützter Artikel'
|
15
|
+
|
16
|
+
comment_msg: "Du musst eingeloggt sein, um kommentieren zu können"
|
17
|
+
comment: "Kommentar"
|
18
|
+
comments: "Kommentare"
|
19
|
+
message: "Nachricht"
|
20
|
+
leave_comment: "Schreibe einen Kommentar"
|
21
|
+
comment_new: "Neuer Kommentar"
|
22
|
+
comment_saved: "Dein Kommentar wurde gespeichert"
|
23
|
+
comment_error: "Es gab einen Fehler beim Speichern des Kommentars"
|
24
|
+
comment_reply: "Antworten"
|
25
|
+
edit: "Bearbeiten"
|
26
|
+
|
27
|
+
recent_posts: "Neuste Posts"
|
28
|
+
|
29
|
+
|
30
|
+
search_msg: "Suchergebnisse für:"
|
31
|
+
search_not_found: "Die Suche ergab keine Treffer"
|
32
|
+
category_list: "Kategorieliste"
|
33
|
+
post_tag_list: "Tag-Liste"
|
34
|
+
sub_category_list: "Unterkategorieliste"
|
35
|
+
content_list: "Content-Liste: %s"
|
36
|
+
visit: "Besuchen"
|
37
|
+
no_contents_found: "Keine Inhalte gefunden"
|
38
|
+
no_results_found: "Keine Ergebnisse"
|
39
|
+
|
40
|
+
author: "Autor"
|
41
|
+
site: "Seite"
|
42
|
+
categories: "Kategorien"
|
43
|
+
next: "Nächste"
|
44
|
+
prev: "Vorherige"
|
45
|
+
current: "Aktuell"
|
46
|
+
search: "Suche"
|
47
|
+
file_format_error: "Dateiformat nicht erlaubt"
|
48
|
+
file_size_exceeded: "Dateigröße überschritten"
|
49
|
+
|
50
|
+
notice: "Nachrichten "
|
51
|
+
share: "Teilen auf"
|
52
|
+
share_facebook: "Teilen auf Facebook"
|
53
|
+
share_twitter: "Teilen auf Twitter"
|
54
|
+
share_google_plus: "Teilen auf Google Plus"
|
55
|
+
back_top: "Zum Anfang"
|
56
|
+
total_followers_social: "Follower in Sozialen Netzwerken"
|
57
|
+
latest_articles: "Neuste Artikel"
|
58
|
+
photo_gallery: "Fotogallerie"
|
59
|
+
home_galleries: "Zur Galleriestartseite"
|
60
|
+
addition: "Addition"
|
61
|
+
view_all_news: "All Neuigkeiten sehen"
|
62
|
+
extra_attributes: "Extra-Attribute"
|
63
|
+
|
64
|
+
will_paginate:
|
65
|
+
previous_label: 'Vorherige'
|
66
|
+
next_label: 'Nächste'
|
@@ -0,0 +1,63 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
en:
|
3
|
+
camaleon_cms:
|
4
|
+
common:
|
5
|
+
profile: "Profile"
|
6
|
+
related_articles: "Related Articles"
|
7
|
+
dashboard: "Dashboard"
|
8
|
+
read_more: "Read More"
|
9
|
+
submit: "Submit"
|
10
|
+
send: "Send"
|
11
|
+
login: "Login"
|
12
|
+
logout: "Logout"
|
13
|
+
confirm: "Are you sure?"
|
14
|
+
register: "Register"
|
15
|
+
proceted_article: "Protected article"
|
16
|
+
comment_msg: "You must be logged in to post a comment"
|
17
|
+
comment: "Comment"
|
18
|
+
comments: "Comments"
|
19
|
+
message: "Message"
|
20
|
+
leave_comment: "Leave a comment"
|
21
|
+
comment_new: "New Comment"
|
22
|
+
comment_saved: "Your comment was saved"
|
23
|
+
comment_error: "An error was occurred on save comment"
|
24
|
+
comment_reply: "Reply"
|
25
|
+
edit: "Edit"
|
26
|
+
recent_posts: "Recent Posts"
|
27
|
+
search_msg: "Search Results for:"
|
28
|
+
search_not_found: "Search items were not found to list"
|
29
|
+
category_list: "Category List"
|
30
|
+
post_tag_list: "Tag List"
|
31
|
+
sub_category_list: "Sub Category List"
|
32
|
+
content_list: "Content list: %s"
|
33
|
+
visit: "Visit"
|
34
|
+
no_contents_found: "No contents found"
|
35
|
+
no_results_found: "No results found"
|
36
|
+
author: "Author"
|
37
|
+
site: "Site"
|
38
|
+
categories: "Categories"
|
39
|
+
next: "Next"
|
40
|
+
prev: "Prev"
|
41
|
+
current: "Current"
|
42
|
+
search: "Search"
|
43
|
+
file_format_error: "File format not allowed"
|
44
|
+
file_size_exceeded: "File size exceeded"
|
45
|
+
notice: "News "
|
46
|
+
share: "Share on"
|
47
|
+
share_facebook: "Share Facebook"
|
48
|
+
share_twitter: "Share Twitter"
|
49
|
+
share_google_plus: "Share Google Plus"
|
50
|
+
back_top: "Back to Top"
|
51
|
+
total_followers_social: "Total of followers on social networks"
|
52
|
+
latest_articles: "Latest Articles"
|
53
|
+
photo_gallery: "Photo gallery"
|
54
|
+
home_galleries: "Go to the home of galleries"
|
55
|
+
addition: "Addition"
|
56
|
+
view_all_news: "View all news"
|
57
|
+
extra_attributes: "Extra Attributes"
|
58
|
+
reload: "Reload"
|
59
|
+
clear_cache: "Clear Cache"
|
60
|
+
|
61
|
+
will_paginate:
|
62
|
+
previous_label: 'Previous'
|
63
|
+
next_label: 'Next'
|
@@ -0,0 +1,66 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
es:
|
3
|
+
camaleon_cms:
|
4
|
+
common:
|
5
|
+
read_more: "Leer Más"
|
6
|
+
submit: "Ingresar"
|
7
|
+
send: "Enviar"
|
8
|
+
login: "Ingresar"
|
9
|
+
logout: "Salir"
|
10
|
+
confirm: "Estas seguro?"
|
11
|
+
register: "Registrarse"
|
12
|
+
reload: 'Recargar'
|
13
|
+
clear_cache: 'Limpiar Caché'
|
14
|
+
|
15
|
+
comment_msg: "Tu debes estar logeado para comentar"
|
16
|
+
comment: "Comentario"
|
17
|
+
leave_comment: "Dejar un comentario"
|
18
|
+
comments: "Comentarios"
|
19
|
+
message: "Mensaje"
|
20
|
+
comment_new: "Nuevo Comentario"
|
21
|
+
comment_saved: "Su comentario se a guardado"
|
22
|
+
comment_error: "Ocurrió un error al enviar su comentario"
|
23
|
+
comment_reply: "Respuesta"
|
24
|
+
edit: "Editar"
|
25
|
+
|
26
|
+
recent_posts: "Artículos Recientes"
|
27
|
+
|
28
|
+
|
29
|
+
search_msg: "Resultados de búsqueda para: "
|
30
|
+
search_not_found: "Elementos de busqueda no se encontraron para listar"
|
31
|
+
category_list: "Lista de Categorías"
|
32
|
+
post_tag_list: "Lista de Etiquetas"
|
33
|
+
sub_category_list: "Lista de Sub Categorías"
|
34
|
+
content_list: "Lista de contenidos: %s"
|
35
|
+
visit: "Visitar"
|
36
|
+
no_contents_found: "No se encontraron contenidos"
|
37
|
+
no_results_found: "No se encontraron resultados"
|
38
|
+
|
39
|
+
author: "Autor"
|
40
|
+
site: "Sitio"
|
41
|
+
categories: "Categorías"
|
42
|
+
next: "Siguiente"
|
43
|
+
prev: "Anterior"
|
44
|
+
current: "Actual"
|
45
|
+
search: "Buscar"
|
46
|
+
file_format_error: "Formato de archivo no permitido"
|
47
|
+
file_size_exceeded: "Tamaño excedido"
|
48
|
+
|
49
|
+
notice: "Noticias de "
|
50
|
+
share: "Comparte en"
|
51
|
+
share_facebook: "Compartir en Facebook"
|
52
|
+
share_twitter: "Compartir en Twitter"
|
53
|
+
share_google_plus: "Compartir en Google Plus"
|
54
|
+
back_top: "Volver arriba"
|
55
|
+
total_followers_social: "Total de seguidores en redes sociales"
|
56
|
+
latest_articles: "Ultimos Articulos"
|
57
|
+
related_articles: 'Artículos Relacionados'
|
58
|
+
photo_gallery: "Galerías de fotos"
|
59
|
+
home_galleries: "Ir a la portada de galerias"
|
60
|
+
addition: "Ademas"
|
61
|
+
view_all_news: "Ver todas las noticias"
|
62
|
+
extra_attributes: "Otros Atributos"
|
63
|
+
|
64
|
+
will_paginate:
|
65
|
+
previous_label: 'Anterior'
|
66
|
+
next_label: 'Siguiente'
|
@@ -0,0 +1,66 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
fr:
|
3
|
+
camaleon_cms:
|
4
|
+
common:
|
5
|
+
profile: "Profil"
|
6
|
+
dashboard: "Tableau de bord"
|
7
|
+
read_more: "En savoir plus"
|
8
|
+
submit: "Soumettre"
|
9
|
+
send: "Envoyer"
|
10
|
+
login: "Connexion"
|
11
|
+
logout: "Déconnexion"
|
12
|
+
confirm: "Êtes-vous sûr?"
|
13
|
+
register: "Enregistrer"
|
14
|
+
proceted_article: 'Article protégé'
|
15
|
+
|
16
|
+
comment_msg: "Vous devez être connecté pour publier un commentaire"
|
17
|
+
comment: "Commentaire"
|
18
|
+
comments: "Commentaires"
|
19
|
+
message: "Message"
|
20
|
+
leave_comment: "Laisser un commentaire"
|
21
|
+
comment_new: "Nouveau commentaire"
|
22
|
+
comment_saved: "Votre commentaire est enregistré"
|
23
|
+
comment_error: "Une erreur est survenue lors de l'enregistrement du commentaire"
|
24
|
+
comment_reply: "Répondre"
|
25
|
+
edit: "Editer"
|
26
|
+
|
27
|
+
recent_posts: "Posts récents"
|
28
|
+
|
29
|
+
|
30
|
+
search_msg: "Chercher des résultats pour:"
|
31
|
+
search_not_found: "Aucun résultat ne correspond aux critères de recherche."
|
32
|
+
category_list: "Liste des catégories"
|
33
|
+
post_tag_list: "Liste des tags"
|
34
|
+
sub_category_list: "Liste des sous-catégories"
|
35
|
+
content_list: "Liste de contenu : %s"
|
36
|
+
visit: "Visite"
|
37
|
+
no_contents_found: "Aucun contenu trouvé"
|
38
|
+
no_results_found: "Aucun résultat trouvé"
|
39
|
+
|
40
|
+
author: "Auteur"
|
41
|
+
site: "Site"
|
42
|
+
categories: "Catégories"
|
43
|
+
next: "Suivant"
|
44
|
+
prev: "Précédent"
|
45
|
+
current: "Courant"
|
46
|
+
search: "Rechercher"
|
47
|
+
file_format_error: "Format de fichier invalide"
|
48
|
+
file_size_exceeded: "Taille du fichier excessive"
|
49
|
+
|
50
|
+
notice: "Nouvelles "
|
51
|
+
share: "Partager sur"
|
52
|
+
share_facebook: "Partage sur Facebook"
|
53
|
+
share_twitter: "Partager sur Twitter"
|
54
|
+
share_google_plus: "Partager sur Google Plus"
|
55
|
+
back_top: "Retour en haut"
|
56
|
+
total_followers_social: "Total de followers sur les réseaux sociaux"
|
57
|
+
latest_articles: "Derniers articles"
|
58
|
+
photo_gallery: "Galerie photo"
|
59
|
+
home_galleries: "Aller à l'accueil des galeries"
|
60
|
+
addition: "Addition"
|
61
|
+
view_all_news: "Voir toutes les nouvelles"
|
62
|
+
extra_attributes: "Attributs extras"
|
63
|
+
|
64
|
+
will_paginate:
|
65
|
+
previous_label: 'Précédent'
|
66
|
+
next_label: 'Suivant'
|
@@ -0,0 +1,63 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
it:
|
3
|
+
camaleon_cms:
|
4
|
+
common:
|
5
|
+
read_more: "Leggi tutto"
|
6
|
+
submit: "Conferma"
|
7
|
+
send: "Invia"
|
8
|
+
login: "Login"
|
9
|
+
logout: "Logout"
|
10
|
+
confirm: "Confermi?"
|
11
|
+
register: "Registrazione"
|
12
|
+
|
13
|
+
comment_msg: "Devi essere loggato per poter commentare"
|
14
|
+
comment: "Commento"
|
15
|
+
comments: "Commenti"
|
16
|
+
message: "Messaggio"
|
17
|
+
leave_comment: "Lascia un commento"
|
18
|
+
comment_new: "Nuovo Commento"
|
19
|
+
comment_saved: "Il tuo commento è stato salvato"
|
20
|
+
comment_error: "C'è stato un errore durante il salvataggio del commento"
|
21
|
+
comment_reply: "Rispondi"
|
22
|
+
edit: "Modifica"
|
23
|
+
|
24
|
+
recent_posts: "Articoli recenti"
|
25
|
+
|
26
|
+
|
27
|
+
search_msg: "Risultati della ricerca per:"
|
28
|
+
search_not_found: "Nessun risultato trovato"
|
29
|
+
category_list: "Lista categorie"
|
30
|
+
post_tag_list: "Lista tag"
|
31
|
+
sub_category_list: "Lista sottocategorie"
|
32
|
+
content_list: "Lista Contenuti: %s"
|
33
|
+
visit: "Visita"
|
34
|
+
no_contents_found: "Nessun contenuto trovato"
|
35
|
+
no_results_found: "Nessun risultato trovato"
|
36
|
+
|
37
|
+
author: "Autore"
|
38
|
+
site: "Sito"
|
39
|
+
categories: "Categorie"
|
40
|
+
next: "Successivo"
|
41
|
+
prev: "Precedente"
|
42
|
+
current: "Corrente"
|
43
|
+
search: "Cerca"
|
44
|
+
file_format_error: "Formato file non accettato"
|
45
|
+
file_size_exceeded: "File troppo grande"
|
46
|
+
|
47
|
+
notice: "News"
|
48
|
+
share: "Condividi su"
|
49
|
+
share_facebook: "Condividi su Facebook"
|
50
|
+
share_twitter: "Condividi su Twitter"
|
51
|
+
share_google_plus: "Condividi su Google Plus"
|
52
|
+
back_top: "Torna su"
|
53
|
+
total_followers_social: "Follower totali sui social network"
|
54
|
+
latest_articles: "Ultimi articoli"
|
55
|
+
photo_gallery: "Galleria foto"
|
56
|
+
home_galleries: "Vai alla home delle gallerie"
|
57
|
+
addition: "Aggiungi"
|
58
|
+
view_all_news: "Vedi tutte le news"
|
59
|
+
extra_attributes: "Attributi extra"
|
60
|
+
|
61
|
+
will_paginate:
|
62
|
+
previous_label: 'Precedente'
|
63
|
+
next_label: 'Successivo'
|
@@ -0,0 +1,60 @@
|
|
1
|
+
md:
|
2
|
+
camaleon_cms:
|
3
|
+
common:
|
4
|
+
profile: Profil
|
5
|
+
dashboard: Panel de bord
|
6
|
+
read_more: Citește mai departe
|
7
|
+
submit: Depune
|
8
|
+
send: Expediază
|
9
|
+
login: Întrare
|
10
|
+
logout: Ieșire
|
11
|
+
confirm: 'Sunteți sigur?'
|
12
|
+
register: Înregistrare
|
13
|
+
proceted_article: Articol protejat
|
14
|
+
|
15
|
+
comment_msg: Pentru a publica un comentariu, trebuie să intrați
|
16
|
+
comment: Comentariu
|
17
|
+
comments: Comentarii
|
18
|
+
message: Messaj
|
19
|
+
leave_comment: Lăsați un comentariu
|
20
|
+
comment_new: Comentariu nou
|
21
|
+
comment_saved: Comentariul d-voastră a fost păstrat
|
22
|
+
comment_error: La păstrarea comentariului a avut loc o eroare
|
23
|
+
comment_reply: Răspuns
|
24
|
+
edit: Redactare
|
25
|
+
|
26
|
+
recent_posts: Publicări recente
|
27
|
+
|
28
|
+
search_msg: 'Caută rezultate pentru:'
|
29
|
+
search_not_found: Nu au fost găsite elemente căutate pentru enumerare
|
30
|
+
category_list: Listă categorii
|
31
|
+
post_tag_list: Lista marcajelor
|
32
|
+
sub_category_list: Listă subcategorii
|
33
|
+
content_list: "Listă conținut: %s"
|
34
|
+
visit: Vizitare
|
35
|
+
no_contents_found: Nici un conținut găsit
|
36
|
+
no_results_found: Nici un rezultat găsit
|
37
|
+
|
38
|
+
author: Autor
|
39
|
+
site: Site
|
40
|
+
categories: Categorii
|
41
|
+
next: Următor
|
42
|
+
prev: Precedent
|
43
|
+
current: Curent
|
44
|
+
search: Căutare
|
45
|
+
file_format_error: Formatul fișierului greșit
|
46
|
+
file_size_exceeded: Depașirea dimensiunii fișierului
|
47
|
+
|
48
|
+
notice: 'Știri '
|
49
|
+
share: Distribuie pe
|
50
|
+
share_facebook: Distribuie pe Facebook
|
51
|
+
share_twitter: Distribuie pe Twitter
|
52
|
+
share_google_plus: Distribuie pe Google Plus
|
53
|
+
back_top: Înapoi sus
|
54
|
+
total_followers_social: Total adepți în rețele de socializare
|
55
|
+
latest_articles: Ultimile articole
|
56
|
+
photo_gallery: Galerie photo
|
57
|
+
home_galleries: Gazda galeriilor
|
58
|
+
addition: Adăugire
|
59
|
+
view_all_news: Vezi toate știrile
|
60
|
+
extra_attributes: Atribute suplimentare
|