summaryrefslogtreecommitdiffstats
path: root/app/views/auto_completes
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2010-10-25 15:42:41 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2010-10-25 15:42:41 +0000
commit0e951c071631fee35962b264d3db2c68961bf670 (patch)
treec5a2dddca8edeb1782df54554a6838ad105cc5d4 /app/views/auto_completes
parentd9f2bccf7092a50ba34f100b9a73d89e5b678bf7 (diff)
downloadredmine-0e951c071631fee35962b264d3db2c68961bf670.tar.gz
redmine-0e951c071631fee35962b264d3db2c68961bf670.zip
Fix the tests that were broken by r4286:
"Refactor: merged error rendering methods." http://ci.finn.de/builds/1-8-7_redmine-trunk_mysql/4286 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4289 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/auto_completes')
0 files changed, 0 insertions, 0 deletions
r-fix-npm-audit'>automated/noid/master-fix-npm-audit Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/l10n/sk_SK.js
blob: 3e9594099877d68a4f6411b416f445af8bd91a39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
OC.L10N.register(
    "sharebymail",
    {
    "Shared with %1$s" : "Sprístupnené používateľovi %1$s",
    "Shared with {email}" : "Sprístupnené {email}",
    "Shared with %1$s by %2$s" : "Sprístupnené používateľovi %1$s používateľom %2$s",
    "Shared with {email} by {actor}" : "Sprístupnené {email} používateľom {actor}",
    "You shared %1$s with %2$s by mail" : "Sprístupnili ste %1$s používateľovi %2$s pomocou emailu",
    "You shared {file} with {email} by mail" : "Sprístupnili ste {file} používateľovi {email} pomocou emailu",
    "%3$s shared %1$s with %2$s by mail" : "%3$s sprístupnil %1$s používateľovi %2$s pomocou emailu",
    "{actor} shared {file} with {email} by mail" : "{actor} sprístupnil {file} používateľovi {email} pomocou emailu",
    "Sharing %s failed, this item is already shared with %s" : "Sprístupnenie %s zlyhalo, táto položka je už používateľovi %s sprístupnená",
    "Failed to send share by E-mail" : "Nebolo možné poslať sprístupnenie emailom",
    "%s shared »%s« with you" : "%s vám sprístupnil »%s«",
    "%s shared »%s« with you on behalf of %s" : "%s vám sprístupnil »%s« menom používateľa %s",
    "Failed to create the E-mail" : "Nebolo možné vytvoriť emailovú správu",
    "Could not find share" : "Nebolo možné nájsť sprístupnenie",
    "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Dobrý deň,\n\n%s vám sprístupnil »%s« menom používateľa %s.\n\n%s\n\n",
    "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Dobrý deň,\n\n%s vám sprístupnil »%s«.\n\n%s\n\n",
    "Cheers!" : "Pekný deň!",
    "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Dobrý deň,<br><br>%s vám sprístupnil <a href=\"%s\">%s</a> menom používateľa %s.<br><br>",
    "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Dobrý deň,<br><br>%s vám sprístupnil <a href=\"%s\">%s</a>.<br><br>"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");