diff options
| author | 2015-08-29 11:23:42 +0200 | |
|---|---|---|
| committer | 2015-08-29 11:23:42 +0200 | |
| commit | 89e35e4fde0123ca57848e4064b4919d323133cd (patch) | |
| tree | 63259818988364ba6116b038eea3dc68a77fd484 | |
| parent | 87835ccd5d21d9ba488db3493107b78ff6f32db6 (diff) | |
| parent | 70544d8d40e07bcb90bc5e8bfe1282522c79dc00 (diff) | |
Merge branch 'FreshRSS/dev' into dev
| -rw-r--r-- | app/i18n/cz/gen.php | 3 | ||||
| -rw-r--r-- | app/i18n/de/gen.php | 1 | ||||
| -rw-r--r-- | app/i18n/en/gen.php | 1 | ||||
| -rw-r--r-- | app/i18n/fr/gen.php | 1 | ||||
| -rw-r--r-- | app/i18n/nl/conf.php | 6 | ||||
| -rw-r--r-- | app/i18n/nl/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/nl/gen.php | 28 | ||||
| -rw-r--r-- | app/i18n/nl/install.php | 6 | ||||
| -rw-r--r-- | app/views/index/normal.phtml | 6 |
9 files changed, 42 insertions, 11 deletions
diff --git a/app/i18n/cz/gen.php b/app/i18n/cz/gen.php index 138def772..fe56670a6 100644 --- a/app/i18n/cz/gen.php +++ b/app/i18n/cz/gen.php @@ -116,10 +116,11 @@ return array( 'should_be_activated' => 'JavaScript musí být povolen', ), 'lang' => array( + 'cz' => 'Čeština', 'de' => 'Deutsch', 'en' => 'English', 'fr' => 'Français', - 'cz' => 'Čeština', + 'nl' => 'Nederlands', ), 'menu' => array( 'about' => 'O aplikaci', diff --git a/app/i18n/de/gen.php b/app/i18n/de/gen.php index de2d846c5..7eb659f82 100644 --- a/app/i18n/de/gen.php +++ b/app/i18n/de/gen.php @@ -120,6 +120,7 @@ return array( 'de' => 'Deutsch', 'en' => 'English', 'fr' => 'Français', + 'nl' => 'Nederlands', ), 'menu' => array( 'about' => 'Über', diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php index 1feb8d6ac..484911444 100644 --- a/app/i18n/en/gen.php +++ b/app/i18n/en/gen.php @@ -120,6 +120,7 @@ return array( 'de' => 'Deutsch', 'en' => 'English', 'fr' => 'Français', + 'nl' => 'Nederlands', ), 'menu' => array( 'about' => 'About', diff --git a/app/i18n/fr/gen.php b/app/i18n/fr/gen.php index 67d278be4..2a2fffe3e 100644 --- a/app/i18n/fr/gen.php +++ b/app/i18n/fr/gen.php @@ -120,6 +120,7 @@ return array( 'de' => 'Deutsch', 'en' => 'English', 'fr' => 'Français', + 'nl' => 'Nederlands', ), 'menu' => array( 'about' => 'À propos', diff --git a/app/i18n/nl/conf.php b/app/i18n/nl/conf.php index 16ad336a9..9b0aff793 100644 --- a/app/i18n/nl/conf.php +++ b/app/i18n/nl/conf.php @@ -31,7 +31,7 @@ return array( 'theme' => 'Thema', 'title' => 'Opmaak', 'width' => array( - 'content' => 'Content width', + 'content' => 'Inhoud breedte', 'large' => 'Breed', 'medium' => 'Normaal', 'no_limit' => 'Geen limiet', @@ -72,6 +72,10 @@ return array( ), 'profile' => array( '_' => 'Profiel beheer', + 'delete' => array( + '_' => 'Account verwijderen', + 'warn' => 'Uw account en alle gerelateerde gegvens worden verwijderd.', + ), 'email_persona' => 'Log in mail adres<br /><small>(voor <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>', 'password_api' => 'Wachtwoord API<br /><small>(e.g., voor mobiele apps)</small>', 'password_form' => 'Wachtwoord<br /><small>(voor de Web-formulier log in methode)</small>', diff --git a/app/i18n/nl/feedback.php b/app/i18n/nl/feedback.php index 2bc5cb665..54d84f7d6 100644 --- a/app/i18n/nl/feedback.php +++ b/app/i18n/nl/feedback.php @@ -102,6 +102,7 @@ return array( '_' => 'Gebruiker %s is verwijderd', 'error' => 'Gebruiker %s kan niet worden verwijderd', ), + 'set_registration' => 'Het maximale aantal accounts is vernieuwd.', ), 'profile' => array( 'error' => 'Uw profiel kan niet worden aangepast', diff --git a/app/i18n/nl/gen.php b/app/i18n/nl/gen.php index 9d7a868dd..ed57669a1 100644 --- a/app/i18n/nl/gen.php +++ b/app/i18n/nl/gen.php @@ -21,15 +21,27 @@ return array( 'truncate' => 'Verwijder alle artikelen', ), 'auth' => array( + 'email' => 'Email adres', 'keep_logged_in' => 'Ingelogd blijven voor <small>(1 maand)</small>', 'login' => 'Log in', 'login_persona' => 'Login met Persona', - 'login_persona_problem' => 'Connectiviteits problemen met Persona?', + 'login_persona_problem' => 'Connectiviteits problemen met Persona', 'logout' => 'Log uit', - 'password' => 'Wachtwoord', + 'password' => array( + '_' => 'Wachtwoord', + 'format' => '<small>Ten minste 7 tekens</small>', + ), + 'registration' => array( + '_' => 'Nieuw account', + 'ask' => 'Maak een account?', + 'title' => 'Account maken', + ), 'reset' => 'Authenticatie reset', - 'username' => 'Gebruikersnaam', - 'username_admin' => 'Administrator gebruikersnaam', + 'username' => array( + '_' => 'Gebruikersnaam', + 'admin' => 'Administrator gebruikersnaam', + 'format' => '<small>maximaal 16 alphanumerieke tekens</small>', + ), 'will_reset' => 'Het authenticatie system zal worden gereset: een formulier zal worden gebruikt in plaats van Persona.', ), 'date' => array( @@ -54,10 +66,8 @@ return array( 'december' => 'Dec', 'feb' => 'feb', 'february' => 'Feb', -// 'format_date' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y', - 'format_date' => 'j %s Y', // European date format -// 'format_date_hour' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y \\a\\t H\\:i', - 'format_date_hour' => 'j %s Y \\o\\m H\\:i', // European date format + 'format_date' => 'j %s Y', //<-- European date format // 'format_date' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y', + 'format_date_hour' => 'j %s Y \\o\\m H\\:i', //<-- European date format // 'format_date_hour' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y \\a\\t H\\:i', 'fri' => 'Vr', 'jan' => 'jan', 'january' => 'Jan', @@ -106,6 +116,7 @@ return array( 'should_be_activated' => 'JavaScript moet aan staan', ), 'lang' => array( + 'cz' => 'Čeština', 'de' => 'Deutsch', 'en' => 'English', 'fr' => 'Français', @@ -159,6 +170,7 @@ return array( 'damn' => 'Potverdorie!', 'default_category' => 'Niet ingedeeld', 'no' => 'Nee', + 'not_applicable' => 'Niet aanwezig', 'ok' => 'Ok!', 'or' => 'of', 'yes' => 'Ja', diff --git a/app/i18n/nl/install.php b/app/i18n/nl/install.php index c00966caa..e788261ea 100644 --- a/app/i18n/nl/install.php +++ b/app/i18n/nl/install.php @@ -4,7 +4,9 @@ return array( 'action' => array( 'finish' => 'Completeer installatie', 'fix_errors_before' => 'Repareer de fouten alvorens naar de volgende stap te gaan.', + 'keep_install' => 'Behoud de vorige installatie', 'next_step' => 'Ga naar de volgende stap', + 'reinstall' => 'Installeer FreshRSS opnieuw', ), 'auth' => array( 'email_persona' => 'Log in mail adres<br /><small>(voor <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>', @@ -31,6 +33,7 @@ return array( ), 'check' => array( '_' => 'Controles', + 'already_installed' => 'We hebben geconstateerd dat FreshRSS al is geïnstallerd!', 'cache' => array( 'nok' => 'Controleer permissies van de <em>./data/cache</em> map. HTTP server moet rechten hebben om er in te kunnen schrijven', 'ok' => 'Permissies van de cache map zijn goed.', @@ -93,6 +96,9 @@ return array( 'delete_articles_after' => 'Verwijder artikelen na', 'fix_errors_before' => 'Repareer fouten alvorens U naar de volgende stap gaat.', 'javascript_is_better' => 'FreshRSS werkt beter JavaScript ingeschakeld', + 'js' => array( + 'confirm_reinstall' => 'U verliest uw vorige configuratie door FreshRSS opnieuw te installeren. Weet u zeker dat u verder wilt gaan?', + ), 'language' => array( '_' => 'Taal', 'choose' => 'Kies een taal voor FreshRSS', diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml index f71abf158..91ebcebd3 100644 --- a/app/views/index/normal.phtml +++ b/app/views/index/normal.phtml @@ -56,7 +56,11 @@ if (!empty($this->entries)) { ?></div><?php $display_others = false; } - ?><div class="flux<?php echo !$this->entry->isRead() ? ' not_read' : ''; ?><?php echo $this->entry->isFavorite() ? ' favorite' : ''; ?>" id="flux_<?php echo $this->entry->id(); ?>"><?php + ?><div class="flux<?php echo !$this->entry->isRead() ? ' not_read' : ''; + ?><?php echo $this->entry->isFavorite() ? ' favorite' : ''; + ?>" id="flux_<?php echo $this->entry->id(); + ?>" data-feed="<?php echo $this->feed->id(); + ?>"><?php $this->renderHelper('index/normal/entry_header'); |
