Skip to content
Snippets Groups Projects
Unverified Commit fdf99a5c authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Add translations

parent 7dc661a0
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,39 @@ msgstr "" ...@@ -15,6 +15,39 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.3.4\n" "Generated-By: Babel 2.3.4\n"
msgid "{memcacheMonitor:memcachestat:libevent}"
msgstr "Libevent version"
msgid "{memcacheMonitor:memcachestat:reserved_fds}"
msgstr "Number of misc fds used internally"
msgid "{memcacheMonitor:memcachestat:cmd_touch}"
msgstr "Cumulative number of touch reqs"
msgid "{memcacheMonitor:memcachestat:touch_hits}"
msgstr "Number of keys that have been touched with a new expiration time"
msgid "{memcacheMonitor:memcachestat:touch_misses}"
msgstr "Number of items that have been touched and not found"
msgid "{memcacheMonitor:memcachestat:hash_power_level}"
msgstr "Current size multiplier for hash table"
msgid "{memcacheMonitor:memcachestat:hash_bytes}"
msgstr "Bytes currently used by hash tables"
msgid "{memcacheMonitor:memcachestat:hash_is_expanding}"
msgstr "Indicates if the hash table is being grown to a new size"
msgid "{memcacheMonitor:memcachestat:expired_unfetched}"
msgstr "Items pulled from LRU that were never touched before expiring"
msgid "{memcacheMonitor:memcachestat:evicted_unfetched}"
msgstr "Items pulled from LRU that were never touched"
msgid "{memcacheMonitor:memcachestat:reclaimed}"
msgstr "Number of times an entry was stored using memory from an expired entry"
msgid "{memcacheMonitor:memcachestat:delete_misses}" msgid "{memcacheMonitor:memcachestat:delete_misses}"
msgstr "Total DELETE commands (failed)" msgstr "Total DELETE commands (failed)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment