diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-25 13:47:20 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-25 13:47:20 -0400 |
commit | 78280bdfed363f2316f1fa4e854e9604ebd58470 (patch) | |
tree | 349bd483ccf265bef6216c041a4e4c3b587b357b /view/eo/strings.php | |
parent | 1a1efc7e4614a50a6221e17f0bb4ca48b6d38642 (diff) | |
parent | c9e5609cbfd89db35b536a22eb2ce6cbf7992783 (diff) | |
download | volse-hubzilla-78280bdfed363f2316f1fa4e854e9604ebd58470.tar.gz volse-hubzilla-78280bdfed363f2316f1fa4e854e9604ebd58470.tar.bz2 volse-hubzilla-78280bdfed363f2316f1fa4e854e9604ebd58470.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
bug #307, explaining decentralised private photos is impossible.
this turns out to be harder than I thought
cleanup - make bb-buttons vanish when comment closed
Esperanto at 100% again
* master:
Diffstat (limited to 'view/eo/strings.php')
-rw-r--r-- | view/eo/strings.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/eo/strings.php b/view/eo/strings.php index ed473ec07..78d6b05ce 100644 --- a/view/eo/strings.php +++ b/view/eo/strings.php @@ -948,6 +948,7 @@ $a->strings["The correctness of the API Key could not be detected. Somthing stra $a->strings["App-ID / API-Key"] = "Programo ID / API Ŝlosilo"; $a->strings["Application secret"] = "Programo sekreto"; $a->strings["Polling Interval (min. %1\$s minutes)"] = "Intervalo por la enketilo (poller intervalo, minimume %1\$s mintuoj) "; +$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = "Sinkronigi komentojn (vi ricevas ĉiujn komentojn de Facebook, sed la ŝargo de la sistemo iom kreskas)"; $a->strings["Real-Time Updates"] = "Realtempaj Ĝisdatigoj"; $a->strings["Real-Time Updates are activated."] = "Realtempaj Ĝisdatigoj estas ŝaltita"; $a->strings["Deactivate Real-Time Updates"] = "Malŝalti Realtempaj Ĝisdatigoj"; @@ -961,6 +962,11 @@ $a->strings["Facebook post failed. Queued for retry."] = "Malsukcesis afiŝi ĉe $a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "Via Facbook konekto iĝis nevalida. Bonvolu reaŭtentiĝi."; $a->strings["Facebook connection became invalid"] = "Facebook konekto iĝis nevalida."; $a->strings["Hi %1\$s,\n\nThe connection between your accounts on %2\$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3\$sre-authenticate the Facebook-connector%4\$s."] = "Saluton %1\$s,\n\nla kontekto inter viaj kontoj ĉe %2\$s kaj Facebook malvalidiĝis. Tio kutime okazas post kiam via ŝangas vian pasvorton ĉe Facebook. Por reaktivigi la konekto, vi bezonas %3\$sreaŭtentiĝi la Facebook konektilon%4\$s."; +$a->strings["Lifetime of the cache (in hours)"] = "Vivodaŭro de kaŝmemoro (horoj)"; +$a->strings["Cache Statistics"] = "Statistikoj pri kaŝmemoro"; +$a->strings["Number of items"] = "Kvanto da eroj"; +$a->strings["Size of the cache"] = "Grando de la kaŝmemoro"; +$a->strings["Delete the whole cache"] = "Forviŝi la kaŝmemoron"; $a->strings["%d person likes this"] = array( 0 => "%d homo ŝatas tiun", 1 => "%d homoj ŝatas tiun", |