Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ko.js « l10n - github.com/juliushaertl/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bfa9862e0de8f1708252ef56da40032505caa928 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "apporder",
    {
    "App order" : "앱 순서",
    "AppOrder" : "앱 순서",
    "Sort apps in the menu with drag and drop" : "드래그 앤 드롭으로 메뉴에 있는 앱 정렬",
    "App Order" : "앱 순서",
    "Drag the app icons to change their order." : "앱 아이콘을 드래그해서 순서를 변경할 수 있습니다."
},
"nplurals=1; plural=0;");