fix translation
This commit is contained in:
parent
f0f14861e8
commit
56e3fe7a37
@ -24,7 +24,7 @@ function hideClosedSlides(hide) {
|
||||
hideLine($(this));
|
||||
});
|
||||
hidden = $('#menu-overview tr:hidden').size();
|
||||
$('#hiddencount').text(interpolate(gettext(', therefrom %s hidden.'), [hidden]));
|
||||
$('#hiddencount').text(interpolate(gettext(', of which %s hidden.'), [hidden]));
|
||||
} else {
|
||||
$('#menu-overview tr').show();
|
||||
$('#hidelink').attr('title','hide');
|
||||
|
Binary file not shown.
Binary file not shown.
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: OpenSlides 1.x\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-08-13 19:14+0200\n"
|
||||
"POT-Creation-Date: 2012-09-13 21:56+0200\n"
|
||||
"PO-Revision-Date: 2012-07-28 11:07+0200\n"
|
||||
"Last-Translator: Oskar Hahn <mail@oshahn.de>\n"
|
||||
"Language: de\n"
|
||||
@ -19,5 +19,5 @@ msgstr ""
|
||||
|
||||
#: agenda/static/javascript/agenda.js:27
|
||||
#, c-format
|
||||
msgid ", therefrom %s hidden."
|
||||
msgid ", of which %s hidden."
|
||||
msgstr ", davon %s verborgen."
|
||||
|
Loading…
Reference in New Issue
Block a user