aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--app/Resources/CraueConfigBundle/translations/CraueConfigBundle.pl.yml24
-rw-r--r--app/Resources/CraueConfigBundle/translations/CraueConfigBundle.ro.yml24
-rw-r--r--app/config/config.yml1
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml3
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/validators.pl.yml3
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/validators.ro.yml3
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig12
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig7
8 files changed, 72 insertions, 5 deletions
diff --git a/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.pl.yml b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.pl.yml
new file mode 100644
index 00000000..87ca5060
--- /dev/null
+++ b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.pl.yml
@@ -0,0 +1,24 @@
1download_pictures: Pobierz obrazy na swój serwer
2carrot: Włącz udostępnianie dla Carrot
3diaspora_url: Adres URL Diaspora, jeżeli usługa jest włączona
4export_epub: Włącz eksport do ePub
5export_mobi: Włącz eksport do .mobi
6export_pdf: Włącz eksport do PDF
7export_csv: Włącz eksport do CSV
8export_json: Włącz eksport do JSON
9export_txt: Włącz eksport do TXT
10export_xml: Włącz eksport do XML
11pocket_consumer_key: Klucz klienta Pocket do importu zawartości (https://getpocket.com/developer/docs/authentication)
12shaarli_url: Adress URL Shaarli, jeżeli usługa jest włączona
13share_diaspora: Włącz udostępnianie dla Diaspora
14share_mail: Włącz udostępnianie przez email
15share_shaarli: Włącz udostępnianie dla Shaarli
16share_twitter: Włącz udostępnianie dla Twitter
17show_printlink: Pokaż link do wydrukowania zawartości
18wallabag_support_url: Adres URL wsparcia dla wallabag
19wallabag_url: Adres *twojej* instacji wallabag
20entry: "artykuł"
21export: "eksport"
22import: "import"
23misc: "różne"
24modify_settings: "zatwierdz"
diff --git a/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.ro.yml b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.ro.yml
new file mode 100644
index 00000000..f5ff8c6a
--- /dev/null
+++ b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.ro.yml
@@ -0,0 +1,24 @@
1download_pictures: Descarcă poze pe server
2carrot: Permite share către Carrot
3diaspora_url: Diaspora URL, dacă serviciul este permis
4export_epub: Permite exportare ePub
5export_mobi: Permite exportare .mobi
6export_pdf: Permite exportare PDF
7export_csv: Permite exportare CSV
8export_json: Permite exportare JSON
9export_txt: Permite exportare TXT
10export_xml: Permite exportare XML
11pocket_consumer_key: Cheie consumator pentru importarea contentului din Pocket (https://getpocket.com/developer/docs/authentication)
12shaarli_url: Shaarli URL, dacă serviciul este permis
13share_diaspora: Permite share către Diaspora
14share_mail: Permite share prin email
15share_shaarli: Permite share către Shaarli
16share_twitter: Permite share către Twitter
17show_printlink: Afișează un link pentru a printa content-ul
18wallabag_support_url: URL-ul de suport pentru wallabag
19wallabag_url: URL-ul instanței tale wallabag
20entry: "alticol"
21export: "exportă"
22import: "importă"
23misc: "diverse"
24modify_settings: "aplică"
diff --git a/app/config/config.yml b/app/config/config.yml
index 359af726..bd269b07 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -37,6 +37,7 @@ wallabag_core:
37 tr: 'Türkçe' 37 tr: 'Türkçe'
38 fa: 'فارسی' 38 fa: 'فارسی'
39 ro: 'Română' 39 ro: 'Română'
40 pl: 'Polish'
40 items_on_page: 12 41 items_on_page: 12
41 theme: material 42 theme: material
42 language: en 43 language: en
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
index 67750bee..c42ac6d3 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
@@ -88,7 +88,8 @@ Rule: "Règle"
88FAQ: "FAQ" 88FAQ: "FAQ"
89 89
90# Entries 90# Entries
91'estimated reading time': 'durée de lecture' 91"estimated reading time: %readingTime% min": "durée de lecture : %readingTime% min"
92"estimated reading time: %inferior% 1 min": "durée de lecture : %inferior% 1 min"
92original: "original" 93original: "original"
93Toggle mark as read: 'Marquer comme lu/non lu' 94Toggle mark as read: 'Marquer comme lu/non lu'
94Toggle favorite: 'Marquer comme favori' 95Toggle favorite: 'Marquer comme favori'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.pl.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.pl.yml
new file mode 100644
index 00000000..f3cde461
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/translations/validators.pl.yml
@@ -0,0 +1,3 @@
1# Config screen
2The password fields must match: 'Hasło w polach musi być takie same '
3Password should by at least 8 chars long: 'Hasło powinno mieć minimum 8 znaków długości'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.ro.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.ro.yml
new file mode 100644
index 00000000..d6d4dfcc
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/translations/validators.ro.yml
@@ -0,0 +1,3 @@
1# Config screen
2The password fields must match: 'Câmpurile destinate parolelor trebuie să se potrivească'
3Password should by at least 8 chars long: 'Parola ar trebui să conțină cel puțin 8 caractere'
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig
index abbcb389..7271bdaa 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig
@@ -27,9 +27,17 @@
27 <div id="entry-{{ entry.id|e }}" class="entry"> 27 <div id="entry-{{ entry.id|e }}" class="entry">
28 <h2><a href="{{ path('view', { 'id': entry.id }) }}">{{ entry.title|raw }}</a></h2> 28 <h2><a href="{{ path('view', { 'id': entry.id }) }}">{{ entry.title|raw }}</a></h2>
29 {% if entry.readingTime > 0 %} 29 {% if entry.readingTime > 0 %}
30 <div class="estimatedTime"><span class="tool reading-time">{% trans %}estimated reading time :{% endtrans %} {{ entry.readingTime }} min</span></div> 30 <div class="estimatedTime">
31 <span class="tool reading-time">
32 {% trans with {'%readingTime%': entry.readingTime } %}estimated reading time: %readingTime% min{% endtrans %}
33 </span>
34 </div>
31 {% else %} 35 {% else %}
32 <div class="estimatedTime"><span class="tool reading-time">{% trans %}estimated reading time :{% endtrans %} <small class="inferieur">&lt;</small> 1 min</span></div> 36 <div class="estimatedTime">
37 <span class="tool reading-time">
38 {% trans with {'%inferior%': '<small class="inferieur">&lt;</small>'} %}estimated reading time: %inferior% 1 min{% endtrans %}
39 </span>
40 </div>
33 {% endif %} 41 {% endif %}
34 42
35 <ul class="tools links"> 43 <ul class="tools links">
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
index ac17ccee..c3fd4d28 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
@@ -50,8 +50,11 @@
50 50
51 <div class="estimatedTime grey-text"> 51 <div class="estimatedTime grey-text">
52 <span class="tool reading-time"> 52 <span class="tool reading-time">
53 {% trans %}estimated reading time{% endtrans %}: 53 {% if entry.readingTime > 0 %}
54 {% if entry.readingTime > 0 %}{{ entry.readingTime }}{% else %}<small class="inferieur">&lt;</small> 1{% endif %} min 54 {% trans with {'%readingTime%': entry.readingTime } %}estimated reading time: %readingTime% min{% endtrans %}
55 {% else %}
56 {% trans with {'%inferior%': '<small class="inferieur">&lt;</small>'} %}estimated reading time: %inferior% 1 min{% endtrans %}
57 {% endif %}
55 </span> 58 </span>
56 </div> 59 </div>
57 60