diff options
Diffstat (limited to 'lib/l10n/sq.js')
-rw-r--r-- | lib/l10n/sq.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/sq.js b/lib/l10n/sq.js index c7504a117cf..5aa9af5afde 100644 --- a/lib/l10n/sq.js +++ b/lib/l10n/sq.js @@ -136,7 +136,6 @@ OC.L10N.register( "Cannot write into \"config\" directory" : "S’shkruhet dot te drejtoria \"config\"", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Kjo zakonisht mund të rregullohet duke i dhënë serverit të web-it akses shkrimi tek direktoria config. Shih %s", "Cannot write into \"apps\" directory" : "S’shkruhet dot te drejtoria \"apps\"", - "Cannot create \"data\" directory" : "Nuk mund të krijohet direktoria \"data\"", "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Kjo zakonisht mund të rregullohet duke i dhënë serverit të web-it akses shkrimi tek direktoria rrënjë. Shih %s", "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "Zakonisht lejet mund të rregullohen duke i dhënë serverit të web-it akses shkrimi tek direktoria rrënjë. Shih %s.", "Setting locale to %s failed" : "Caktimi i gjuhës si %s dështoi", @@ -174,6 +173,7 @@ OC.L10N.register( "Files can’t be shared with delete permissions" : "Skedarët nuk mund të ndahen me leje të fshira", "Files can’t be shared with create permissions" : "matchSkedarët nuk mund të ndahen me leje të krijuara", "Can’t set expiration date more than %s days in the future" : "Nuk mund të caktohet data e skadimit më shumë se %s ditë në të ardhmen", - "Can't read file" : "S'lexohet dot kartela" + "Can't read file" : "S'lexohet dot kartela", + "Cannot create \"data\" directory" : "Nuk mund të krijohet direktoria \"data\"" }, "nplurals=2; plural=(n != 1);"); |