|
@@ -337,28 +337,28 @@ function show_desktop_icons {
|
337
|
337
|
{ echo '[Desktop Entry]';
|
338
|
338
|
echo 'Version=1.0';
|
339
|
339
|
echo 'Name=Help';
|
340
|
|
- echo "Name[el]=Βοήθεια";
|
341
|
|
- echo "Name[ar]=مساعدة";
|
|
340
|
+ echo "Name[el]=";
|
|
341
|
+ echo "Name[ar]=";
|
342
|
342
|
echo "Name[ca]=Ajuda";
|
343
|
|
- echo "Name[hi]=मदद";
|
|
343
|
+ echo "Name[hi]=";
|
344
|
344
|
echo "Name[fr]=Aidez-moi";
|
345
|
345
|
echo "Name[de]=Hilfe";
|
346
|
346
|
echo "Name[es]=Ayuda";
|
347
|
347
|
echo "Name[it]=Aiuto";
|
348
|
|
- echo "Name[ru]=Помогите";
|
349
|
|
- echo "Name[zh]=帮帮我";
|
|
348
|
+ echo "Name[ru]=";
|
|
349
|
+ echo "Name[zh]=";
|
350
|
350
|
echo 'Type=Application';
|
351
|
351
|
echo 'Comment=Show help';
|
352
|
|
- echo "Comment[el]=Εμφάνιση βοήθειας";
|
353
|
|
- echo "Comment[ar]=عرض المساعدة";
|
|
352
|
+ echo "Comment[el]= ";
|
|
353
|
+ echo "Comment[ar]= ";
|
354
|
354
|
echo "Comment[ca]=Mostra ajuda";
|
355
|
|
- echo "Comment[hi]=मदद दिखायें";
|
|
355
|
+ echo "Comment[hi]= ";
|
356
|
356
|
echo "Comment[fr]=Afficher l'aide";
|
357
|
357
|
echo "Comment[de]=Zeig Hilfe";
|
358
|
358
|
echo "Comment[es]=Mostrar ayuda";
|
359
|
359
|
echo "Comment[it]=Mostra aiuto";
|
360
|
|
- echo "Comment[ru]=Показать справку";
|
361
|
|
- echo "Comment[zh]=显示帮助";
|
|
360
|
+ echo "Comment[ru]= ";
|
|
361
|
+ echo "Comment[zh]=";
|
362
|
362
|
echo "Exec=bash -c /home/$MY_USERNAME/.showhelp";
|
363
|
363
|
echo "Icon=/usr/share/${PROJECT_NAME}/avatars/icon_help.png";
|
364
|
364
|
echo 'Terminal=false';
|
|
@@ -368,27 +368,27 @@ function show_desktop_icons {
|
368
|
368
|
echo 'Version=1.0';
|
369
|
369
|
echo 'Name=Wifi';
|
370
|
370
|
echo "Name[el]=Wifi";
|
371
|
|
- echo "Name[ar]=واي فاي";
|
|
371
|
+ echo "Name[ar]= ";
|
372
|
372
|
echo "Name[ca]=Wifi";
|
373
|
|
- echo "Name[hi]=वाई - फाई";
|
|
373
|
+ echo "Name[hi]= - ";
|
374
|
374
|
echo "Name[fr]=Wifi";
|
375
|
375
|
echo "Name[de]=W-lan";
|
376
|
376
|
echo "Name[es]=Wifi";
|
377
|
377
|
echo "Name[it]=Wi-Fi";
|
378
|
|
- echo "Name[ru]=вай-фай";
|
379
|
|
- echo "Name[zh]=无线上网";
|
|
378
|
+ echo "Name[ru]=-";
|
|
379
|
+ echo "Name[zh]=";
|
380
|
380
|
echo 'Type=Application';
|
381
|
381
|
echo 'Comment=Check wifi status';
|
382
|
|
- echo "Comment[el]=Ελέγξτε την κατάσταση wifi";
|
383
|
|
- echo "Comment[ar]=التحقق من حالة واي فاي";
|
|
382
|
+ echo "Comment[el]= wifi";
|
|
383
|
+ echo "Comment[ar]= ";
|
384
|
384
|
echo "Comment[ca]=Comprova l'estat de wifi";
|
385
|
|
- echo "Comment[hi]=वाईफ़ाई स्थिति की जांच करें";
|
386
|
|
- echo "Comment[fr]=Vérifier l'état du wifi";
|
387
|
|
- echo "Comment[de]=WLAN-Status überprüfen";
|
|
385
|
+ echo "Comment[hi]= ";
|
|
386
|
+ echo "Comment[fr]=Vrifier l'tat du wifi";
|
|
387
|
+ echo "Comment[de]=WLAN-Status berprfen";
|
388
|
388
|
echo "Comment[es]=Verificar el estado del wifi";
|
389
|
389
|
echo "Comment[it]=Controllare lo stato wifi";
|
390
|
|
- echo "Comment[ru]=Проверить статус wifi";
|
391
|
|
- echo "Comment[zh]=检查wifi状态";
|
|
390
|
+ echo "Comment[ru]= wifi";
|
|
391
|
+ echo "Comment[zh]=wifi";
|
392
|
392
|
echo 'Exec=mate-terminal --full-screen -e "sudo batman monitor"';
|
393
|
393
|
echo "Icon=/usr/share/${PROJECT_NAME}/avatars/icon_wifi.png";
|
394
|
394
|
echo 'Terminal=false';
|
|
@@ -397,28 +397,28 @@ function show_desktop_icons {
|
397
|
397
|
{ echo '[Desktop Entry]';
|
398
|
398
|
echo 'Version=1.0';
|
399
|
399
|
echo 'Name=Network Restart';
|
400
|
|
- echo "Name[el]=Δικτυακή επανεκκίνηση";
|
401
|
|
- echo "Name[ar]=إعادة تشغيل الشبكة";
|
|
400
|
+ echo "Name[el]= ";
|
|
401
|
+ echo "Name[ar]= ";
|
402
|
402
|
echo "Name[ca]=Reinicia la xarxa";
|
403
|
|
- echo "Name[hi]=नेटवर्क पुनरारंभ करें";
|
404
|
|
- echo "Name[fr]=Redémarrage du réseau";
|
|
403
|
+ echo "Name[hi]= ";
|
|
404
|
+ echo "Name[fr]=Redmarrage du rseau";
|
405
|
405
|
echo "Name[de]=Netzwerk Neustart";
|
406
|
406
|
echo "Name[es]=Reinicio de red";
|
407
|
407
|
echo "Name[it]=Riavvia rete";
|
408
|
|
- echo "Name[ru]=Перезапуск сети";
|
409
|
|
- echo "Name[zh]=网络重新启动";
|
|
408
|
+ echo "Name[ru]= ";
|
|
409
|
+ echo "Name[zh]=";
|
410
|
410
|
echo 'Type=Application';
|
411
|
411
|
echo 'Comment=Restart the mesh network daemon';
|
412
|
|
- echo "Comment[el]=Κάντε επανεκκίνηση του δαίμονα του δικτύου ματιών";
|
413
|
|
- echo "Comment[ar]=إعادة تشغيل شبكة شبكة الخفي";
|
|
412
|
+ echo "Comment[el]= ";
|
|
413
|
+ echo "Comment[ar]= ";
|
414
|
414
|
echo "Comment[ca]=Reinicia el dimoni de la xarxa de malla";
|
415
|
|
- echo "Comment[hi]=जाल नेटवर्क डेमॉन को पुनरारंभ करें";
|
416
|
|
- echo "Comment[fr]=Redémarrez le démon réseau maillé";
|
|
415
|
+ echo "Comment[hi]= ";
|
|
416
|
+ echo "Comment[fr]=Redmarrez le dmon rseau maill";
|
417
|
417
|
echo "Comment[de]=Starten Sie den Mesh-Netzwerk-Daemon neu.";
|
418
|
418
|
echo "Comment[es]=Reinicie el daemon de red de malla";
|
419
|
419
|
echo "Comment[it]=Riavviare il daemon della rete mesh";
|
420
|
|
- echo "Comment[ru]=Перезапустить демон сетчатой сети";
|
421
|
|
- echo "Comment[zh]=重新启动网状网络守护程序";
|
|
420
|
+ echo "Comment[ru]= ";
|
|
421
|
+ echo "Comment[zh]=";
|
422
|
422
|
echo 'Exec=mate-terminal -e "sudo batman restart 2> /dev/null"';
|
423
|
423
|
echo "Icon=/usr/share/${PROJECT_NAME}/avatars/icon_restart_network.png";
|
424
|
424
|
echo 'Terminal=false';
|
|
@@ -427,28 +427,28 @@ function show_desktop_icons {
|
427
|
427
|
{ echo '[Desktop Entry]';
|
428
|
428
|
echo 'Version=1.0';
|
429
|
429
|
echo 'Name=New Identity';
|
430
|
|
- echo "Name[el]=Νέα ταυτότητα";
|
431
|
|
- echo "Name[ar]=هوية جديدة";
|
|
430
|
+ echo "Name[el]= ";
|
|
431
|
+ echo "Name[ar]= ";
|
432
|
432
|
echo "Name[ca]=Nova identitat";
|
433
|
|
- echo "Name[hi]=नई पहचान";
|
434
|
|
- echo "Name[fr]=Nouvelle identité";
|
435
|
|
- echo "Name[de]=Neue Identität";
|
|
433
|
+ echo "Name[hi]= ";
|
|
434
|
+ echo "Name[fr]=Nouvelle identit";
|
|
435
|
+ echo "Name[de]=Neue Identitt";
|
436
|
436
|
echo "Name[es]=Nueva identidad";
|
437
|
|
- echo "Name[it]=Nuova Identità";
|
438
|
|
- echo "Name[ru]=Новая идентификация";
|
439
|
|
- echo "Name[zh]=新身份";
|
|
437
|
+ echo "Name[it]=Nuova Identit";
|
|
438
|
+ echo "Name[ru]= ";
|
|
439
|
+ echo "Name[zh]=";
|
440
|
440
|
echo 'Type=Application';
|
441
|
441
|
echo 'Comment=Create a new identity';
|
442
|
|
- echo "Comment[el]=Δημιουργήστε μια νέα ταυτότητα";
|
443
|
|
- echo "Comment[ar]=إنشاء هوية جديدة";
|
|
442
|
+ echo "Comment[el]= ";
|
|
443
|
+ echo "Comment[ar]= ";
|
444
|
444
|
echo "Comment[ca]=Crea una nova identitat";
|
445
|
|
- echo "Comment[hi]=एक नई पहचान बनाएँ";
|
446
|
|
- echo "Comment[fr]=Créer une nouvelle identité";
|
447
|
|
- echo "Comment[de]=Erstellen Sie eine neue Identität";
|
|
445
|
+ echo "Comment[hi]= ";
|
|
446
|
+ echo "Comment[fr]=Crer une nouvelle identit";
|
|
447
|
+ echo "Comment[de]=Erstellen Sie eine neue Identitt";
|
448
|
448
|
echo "Comment[es]=Crea una nueva identidad";
|
449
|
|
- echo "Comment[it]=Crea una nuova identità";
|
450
|
|
- echo "Comment[ru]=Создайте новое удостоверение личности";
|
451
|
|
- echo "Comment[zh]=创建一个新的身份";
|
|
449
|
+ echo "Comment[it]=Crea una nuova identit";
|
|
450
|
+ echo "Comment[ru]= ";
|
|
451
|
+ echo "Comment[zh]=";
|
452
|
452
|
echo "Exec=${PROJECT_NAME}-mesh-reset";
|
453
|
453
|
echo "Icon=/usr/share/${PROJECT_NAME}/avatars/icon_new_identity.png";
|
454
|
454
|
echo 'Terminal=false';
|
|
@@ -456,28 +456,28 @@ function show_desktop_icons {
|
456
|
456
|
|
457
|
457
|
{ echo '[Desktop Entry]';
|
458
|
458
|
echo 'Name=Social';
|
459
|
|
- echo 'Name[el]=Κοινωνικός';
|
460
|
|
- echo 'Name[ar]=اجتماعي';
|
|
459
|
+ echo 'Name[el]=';
|
|
460
|
+ echo 'Name[ar]=';
|
461
|
461
|
echo 'Name[ca]=Social';
|
462
|
|
- echo 'Name[hi]=सामाजिक';
|
|
462
|
+ echo 'Name[hi]=';
|
463
|
463
|
echo 'Name[fr]=Social';
|
464
|
464
|
echo 'Name[de]=Soziale';
|
465
|
465
|
echo 'Name[es]=Social';
|
466
|
466
|
echo 'Name[it]=Sociale';
|
467
|
|
- echo 'Name[ru]=Социальное';
|
468
|
|
- echo 'Name[zh]=社会';
|
|
467
|
+ echo 'Name[ru]=';
|
|
468
|
+ echo 'Name[zh]=';
|
469
|
469
|
echo 'Type=Application';
|
470
|
470
|
echo "Comment=A decentralized messaging and sharing app built on top of Secure Scuttlebutt";
|
471
|
|
- echo "Comment[el]=Μια αποκεντρωμένη εφαρμογή ανταλλαγής μηνυμάτων και κοινής χρήσης που είναι ενσωματωμένη στην κορυφή του Secure Scuttlebutt";
|
472
|
|
- echo "Comment[ar]=والرسائل اللامركزية وتبادل التطبيق بنيت على رأس سكوتليبوت الآمنة (سب)";
|
473
|
|
- echo "Comment[ca]=Una aplicació de missatgeria i distribució descentralitzada integrada a Secure Scuttlebutt";
|
474
|
|
- echo "Comment[hi]=सिक्योर स्कूटलबट (एसएसबी) के शीर्ष पर निर्मित एक विकेन्द्रीकृत संदेश और साझाकरण ऐप";
|
475
|
|
- echo "Comment[fr]=Une application de messagerie et de partage décentralisée basée sur Secure Scuttlebutt";
|
|
471
|
+ echo "Comment[el]= Secure Scuttlebutt";
|
|
472
|
+ echo "Comment[ar]= ()";
|
|
473
|
+ echo "Comment[ca]=Una aplicaci de missatgeria i distribuci descentralitzada integrada a Secure Scuttlebutt";
|
|
474
|
+ echo "Comment[hi]= () ";
|
|
475
|
+ echo "Comment[fr]=Une application de messagerie et de partage dcentralise base sur Secure Scuttlebutt";
|
476
|
476
|
echo "Comment[de]=Eine dezentralisierte Messaging- und Sharing-App, die auf Secure Scuttlebutt basiert";
|
477
|
|
- echo "Comment[es]=Una aplicación de mensajería y uso compartido descentralizada construida sobre Secure Scuttlebutt";
|
|
477
|
+ echo "Comment[es]=Una aplicacin de mensajera y uso compartido descentralizada construida sobre Secure Scuttlebutt";
|
478
|
478
|
echo "Comment[it]=Un'applicazione decentralizzata di messaggistica e condivisione costruita sulla base di Secure Shuttlebutt";
|
479
|
|
- echo "Comment[ru]=Децентрализованное приложение для обмена сообщениями и совместного использования, построенное на основе Secure Scuttlebutt";
|
480
|
|
- echo "Comment[zh]=安全Scuttlebutt之上构建的分散式消息和共享应用程序";
|
|
479
|
+ echo "Comment[ru]= , Secure Scuttlebutt";
|
|
480
|
+ echo "Comment[zh]=Scuttlebutt";
|
481
|
481
|
echo 'Exec=bash /usr/bin/start_patchwork';
|
482
|
482
|
echo "Icon=/usr/share/$PROJECT_NAME/avatars/icon_social.png";
|
483
|
483
|
echo 'Terminal=false';
|
|
@@ -511,7 +511,7 @@ function show_desktop_icons {
|
511
|
511
|
echo 'Name[km]=Kdenlive';
|
512
|
512
|
echo 'Name[lt]=Kdenlive';
|
513
|
513
|
echo 'Name[lv]=Kdenlive';
|
514
|
|
- echo 'Name[mr]=के-डि-एनलाइव्ह';
|
|
514
|
+ echo 'Name[mr]=--';
|
515
|
515
|
echo 'Name[nb]=Kdenlive';
|
516
|
516
|
echo 'Name[nds]=Kdenlive';
|
517
|
517
|
echo 'Name[nl]=Kdenlive';
|
|
@@ -531,85 +531,85 @@ function show_desktop_icons {
|
531
|
531
|
echo 'Name[zh_CN]=Kdenlive';
|
532
|
532
|
echo 'Name[zh_TW]=Kdenlive';
|
533
|
533
|
echo 'GenericName=Video Editor';
|
534
|
|
- echo 'GenericName[ar]=محرّر فيديوهات';
|
|
534
|
+ echo 'GenericName[ar]= ';
|
535
|
535
|
echo 'GenericName[ast]=Editor de videu';
|
536
|
|
- echo 'GenericName[bs]=Video uređivač';
|
537
|
|
- echo 'GenericName[ca]=Editor de vídeo';
|
538
|
|
- echo 'GenericName[ca@valencia]=Editor de vídeo';
|
539
|
|
- echo 'GenericName[cs]=Editor videí';
|
|
536
|
+ echo 'GenericName[bs]=Video ureiva';
|
|
537
|
+ echo 'GenericName[ca]=Editor de vdeo';
|
|
538
|
+ echo 'GenericName[ca@valencia]=Editor de vdeo';
|
|
539
|
+ echo 'GenericName[cs]=Editor vide';
|
540
|
540
|
echo 'GenericName[da]=Videoredigering';
|
541
|
541
|
echo 'GenericName[de]=Video-Editor';
|
542
|
|
- echo 'GenericName[el]=Επεξεργαστής βίντεο';
|
|
542
|
+ echo 'GenericName[el]= ';
|
543
|
543
|
echo 'GenericName[en_GB]=Video Editor';
|
544
|
544
|
echo 'GenericName[es]=Editor de video';
|
545
|
545
|
echo 'GenericName[et]=Videoredaktor';
|
546
|
546
|
echo 'GenericName[fi]=Videomuokkain';
|
547
|
|
- echo 'GenericName[fr]=Éditeur vidéo';
|
548
|
|
- echo 'GenericName[ga]=Eagarthóir Físe';
|
549
|
|
- echo 'GenericName[gl]=Editor de vídeo';
|
550
|
|
- echo 'GenericName[hu]=Videoszerkesztő';
|
|
547
|
+ echo 'GenericName[fr]=diteur vido';
|
|
548
|
+ echo 'GenericName[ga]=Eagarthir Fse';
|
|
549
|
+ echo 'GenericName[gl]=Editor de vdeo';
|
|
550
|
+ echo 'GenericName[hu]=Videoszerkeszt';
|
551
|
551
|
echo 'GenericName[it]=Editor video';
|
552
|
|
- echo 'GenericName[ja]=ビデオエディタ';
|
553
|
|
- echo 'GenericName[km]=កម្មវិធីកែសម្រួលវីដេអូ';
|
|
552
|
+ echo 'GenericName[ja]=';
|
|
553
|
+ echo 'GenericName[km]=';
|
554
|
554
|
echo 'GenericName[lt]=Video redaktorius';
|
555
|
555
|
echo 'GenericName[lv]=Video redaktors';
|
556
|
|
- echo 'GenericName[mr]=व्हिडीओ संपादक';
|
|
556
|
+ echo 'GenericName[mr]= ';
|
557
|
557
|
echo 'GenericName[nb]=Videoredigeringsprogram';
|
558
|
558
|
echo 'GenericName[nl]=Video-bewerker';
|
559
|
559
|
echo 'GenericName[nn]=Videoredigering';
|
560
|
560
|
echo 'GenericName[pl]=Edytor wideo';
|
561
|
|
- echo 'GenericName[pt]=Editor de Víde';
|
562
|
|
- echo 'GenericName[pt_BR]=Editor de Vídeo';
|
|
561
|
+ echo 'GenericName[pt]=Editor de Vde';
|
|
562
|
+ echo 'GenericName[pt_BR]=Editor de Vdeo';
|
563
|
563
|
echo 'GenericName[ro]=Redactor de imagini';
|
564
|
|
- echo 'GenericName[ru]=Видеоредактор';
|
|
564
|
+ echo 'GenericName[ru]=';
|
565
|
565
|
echo 'GenericName[sk]=Editor videa';
|
566
|
566
|
echo 'GenericName[sl]=Urejevalnik videa';
|
567
|
567
|
echo 'GenericName[sv]=Videoeditor';
|
568
|
|
- echo 'GenericName[tr]=Video Düzenleyici';
|
569
|
|
- echo 'GenericName[uk]=Відеоредактор';
|
|
568
|
+ echo 'GenericName[tr]=Video Dzenleyici';
|
|
569
|
+ echo 'GenericName[uk]=';
|
570
|
570
|
echo 'GenericName[x-test]=xxVideo Editorxx';
|
571
|
|
- echo 'GenericName[zh_CN]=视频编辑器';
|
572
|
|
- echo 'GenericName[zh_TW]=影像編輯器';
|
|
571
|
+ echo 'GenericName[zh_CN]=';
|
|
572
|
+ echo 'GenericName[zh_TW]=';
|
573
|
573
|
echo 'Comment=Nonlinear video editor for KDE';
|
574
|
|
- echo 'Comment[ar]=محرّر فيديوهات غير خطّيّ لكدي';
|
|
574
|
+ echo 'Comment[ar]= ';
|
575
|
575
|
echo 'Comment[ast]=Editor de videu non llinial pa KDE';
|
576
|
|
- echo 'Comment[bs]=Nelinearni video uređivač za KDE';
|
577
|
|
- echo 'Comment[ca]=Editor de vídeo no lineal per al KDE';
|
578
|
|
- echo 'Comment[ca@valencia]=Editor de vídeo no lineal per al KDE';
|
579
|
|
- echo 'Comment[cs]=Nelineární editor videí pro KDE';
|
580
|
|
- echo 'Comment[da]=Ikke-lineær videoredigering til KDE';
|
581
|
|
- echo 'Comment[de]=Nichtlinearer Video-Editor für KDE';
|
582
|
|
- echo 'Comment[el]=Μη γραμμικός επεξεργαστής βίντεο για το KDE';
|
|
576
|
+ echo 'Comment[bs]=Nelinearni video ureiva za KDE';
|
|
577
|
+ echo 'Comment[ca]=Editor de vdeo no lineal per al KDE';
|
|
578
|
+ echo 'Comment[ca@valencia]=Editor de vdeo no lineal per al KDE';
|
|
579
|
+ echo 'Comment[cs]=Nelinern editor vide pro KDE';
|
|
580
|
+ echo 'Comment[da]=Ikke-liner videoredigering til KDE';
|
|
581
|
+ echo 'Comment[de]=Nichtlinearer Video-Editor fr KDE';
|
|
582
|
+ echo 'Comment[el]= KDE';
|
583
|
583
|
echo 'Comment[en_GB]=Nonlinear video editor for KDE';
|
584
|
584
|
echo 'Comment[es]=Editor no lineal de video para KDE';
|
585
|
585
|
echo 'Comment[et]=KDE mittelineaarne videoredaktor';
|
586
|
|
- echo 'Comment[fi]=Epälineaarinen videomuokkain KDE:lle';
|
587
|
|
- echo 'Comment[fr]=Éditeur vidéo non linéaire pour KDE';
|
588
|
|
- echo 'Comment[gl]=Editor de vídeo non linear para KDE';
|
589
|
|
- echo 'Comment[hu]=Nemlineáris videoszerkesztő a KDE-hez';
|
|
586
|
+ echo 'Comment[fi]=Eplineaarinen videomuokkain KDE:lle';
|
|
587
|
+ echo 'Comment[fr]=diteur vido non linaire pour KDE';
|
|
588
|
+ echo 'Comment[gl]=Editor de vdeo non linear para KDE';
|
|
589
|
+ echo 'Comment[hu]=Nemlineris videoszerkeszt a KDE-hez';
|
590
|
590
|
echo 'Comment[it]=Editor di video non lineare per KDE';
|
591
|
|
- echo 'Comment[ja]=KDE 向けノンリニアビデオエディタ';
|
592
|
|
- echo 'Comment[km]=កម្មវិធីកែសម្រួលវីដេអូមិនលីនេអ៊ែរសម្រាប់ KDE';
|
|
591
|
+ echo 'Comment[ja]=KDE ';
|
|
592
|
+ echo 'Comment[km]= KDE';
|
593
|
593
|
echo 'Comment[lt]=Nelinijinis veido redaktorius skirtas KDE';
|
594
|
|
- echo 'Comment[lv]=Nelineārais video redaktors KDE videi';
|
595
|
|
- echo 'Comment[mr]=केडीई करिता अरेषीय व्हिडीओ संपादक';
|
|
594
|
+ echo 'Comment[lv]=Nelinerais video redaktors KDE videi';
|
|
595
|
+ echo 'Comment[mr]= ';
|
596
|
596
|
echo 'Comment[nb]=Videoredigeringsprogram for KDE med dataklipping';
|
597
|
597
|
echo 'Comment[nl]=Niet-lineaire video-bewerker voor KDE';
|
598
|
|
- echo 'Comment[nn]=Program for ikkje-lineær videoredigering';
|
|
598
|
+ echo 'Comment[nn]=Program for ikkje-liner videoredigering';
|
599
|
599
|
echo 'Comment[pl]=Nieliniowy edytor wideo dla KDE';
|
600
|
|
- echo 'Comment[pt]=Editor de vídeo não-linear para o KDE';
|
601
|
|
- echo 'Comment[pt_BR]=Editor de vídeo não-linear para o KDE';
|
|
600
|
+ echo 'Comment[pt]=Editor de vdeo no-linear para o KDE';
|
|
601
|
+ echo 'Comment[pt_BR]=Editor de vdeo no-linear para o KDE';
|
602
|
602
|
echo 'Comment[ro]=Redactor de imagini neliniar pentru KDE';
|
603
|
|
- echo 'Comment[ru]=Нелинейный видеоредактор от KDE';
|
604
|
|
- echo 'Comment[sk]=Nelineárny editor videa pre KDE';
|
|
603
|
+ echo 'Comment[ru]= KDE';
|
|
604
|
+ echo 'Comment[sk]=Nelinerny editor videa pre KDE';
|
605
|
605
|
echo 'Comment[sl]=Ne-linearni urejevalnik videa za KDE';
|
606
|
|
- echo 'Comment[sv]=Icke-linjär videoeditor för KDE';
|
607
|
|
- echo 'Comment[tr]=KDE için doğrusal olmayan video düzenleyici';
|
608
|
|
- echo 'Comment[ug]=KDE ئۈچۈن سىزىقسىز سىن تەھرىرلىگۈچ';
|
609
|
|
- echo 'Comment[uk]=Нелінійний редактор відео для KDE';
|
|
606
|
+ echo 'Comment[sv]=Icke-linjr videoeditor fr KDE';
|
|
607
|
+ echo 'Comment[tr]=KDE iin dorusal olmayan video dzenleyici';
|
|
608
|
+ echo 'Comment[ug]=KDE ';
|
|
609
|
+ echo 'Comment[uk]= KDE';
|
610
|
610
|
echo 'Comment[x-test]=xxNonlinear video editor for KDExx';
|
611
|
|
- echo 'Comment[zh_CN]=KDE 的非线性视频编辑器';
|
612
|
|
- echo 'Comment[zh_TW]=KDE 上的非線性影像編輯器';
|
|
611
|
+ echo 'Comment[zh_CN]=KDE ';
|
|
612
|
+ echo 'Comment[zh_TW]=KDE ';
|
613
|
613
|
echo 'Type=Application';
|
614
|
614
|
echo 'Exec=kdenlive %U';
|
615
|
615
|
echo "Icon=/usr/share/${PROJECT_NAME}/avatars/icon_kdenlive.png";
|
|
@@ -619,28 +619,28 @@ function show_desktop_icons {
|
619
|
619
|
echo 'MimeType=application/x-kdenlive;';
|
620
|
620
|
echo 'Categories=Qt;KDE;AudioVideo;AudioVideoEditing;';
|
621
|
621
|
echo 'Keywords=editing;video;audio;mlt;kde;';
|
622
|
|
- echo 'Keywords[ca]=edició;vídeo;àudio;mlt;kde;';
|
623
|
|
- echo 'Keywords[ca@valencia]=edició;vídeo;àudio;mlt;kde;';
|
|
622
|
+ echo 'Keywords[ca]=edici;vdeo;udio;mlt;kde;';
|
|
623
|
+ echo 'Keywords[ca@valencia]=edici;vdeo;udio;mlt;kde;';
|
624
|
624
|
echo 'Keywords[da]=redigering;video;lyd;mlt;kde;';
|
625
|
625
|
echo 'Keywords[de]=Editing;Bearbeitung;Schnitt;Videoschnitt;Video;Audio;MLT;';
|
626
|
626
|
echo 'Keywords[en_GB]=editing;video;audio;mlt;kde;';
|
627
|
|
- echo 'Keywords[es]=edición;video;audio;mlt;kde;';
|
|
627
|
+ echo 'Keywords[es]=edicin;video;audio;mlt;kde;';
|
628
|
628
|
echo 'Keywords[et]=redigeerimine;muutmine;video;audio;heli;mlt;kde;';
|
629
|
|
- echo 'Keywords[fi]=editing;video;audio;mlt;kde;editointi;ääni;';
|
630
|
|
- echo 'Keywords[fr]=montage;vidéo;audio;mlt;kde;';
|
631
|
|
- echo 'Keywords[gl]=editing;edición;video;vídeo;audio;son;mlt;kde;';
|
|
629
|
+ echo 'Keywords[fi]=editing;video;audio;mlt;kde;editointi;ni;';
|
|
630
|
+ echo 'Keywords[fr]=montage;vido;audio;mlt;kde;';
|
|
631
|
+ echo 'Keywords[gl]=editing;edicin;video;vdeo;audio;son;mlt;kde;';
|
632
|
632
|
echo 'Keywords[it]=editing;video;audio;mlt;kde;';
|
633
|
633
|
echo 'Keywords[nl]=bewerken;video;audio;mlt;kde;';
|
634
|
634
|
echo 'Keywords[nn]=redigering;video;lyd;mlt;kde;';
|
635
|
|
- echo 'Keywords[pl]=edytowanie;video;wideo;filmy;audio;dźwięk;mlt;kde;';
|
636
|
|
- echo 'Keywords[pt]=edição;vídeo;áudio;MLT;kde;';
|
637
|
|
- echo 'Keywords[pt_BR]=edição;vídeo;áudio;mlt;kde;';
|
|
635
|
+ echo 'Keywords[pl]=edytowanie;video;wideo;filmy;audio;dwik;mlt;kde;';
|
|
636
|
+ echo 'Keywords[pt]=edio;vdeo;udio;MLT;kde;';
|
|
637
|
+ echo 'Keywords[pt_BR]=edio;vdeo;udio;mlt;kde;';
|
638
|
638
|
echo 'Keywords[sk]=editovanie;video;audio;mlt;kde;';
|
639
|
639
|
echo 'Keywords[sl]=urejanje;video;zvok;mlt;kde;';
|
640
|
640
|
echo 'Keywords[sv]=redigering;video;ljud;mlt;kde;';
|
641
|
|
- echo 'Keywords[uk]=editing;video;audio;mlt;kde;редагування;відео;звук;аудіо;млт;кдє;';
|
|
641
|
+ echo 'Keywords[uk]=editing;video;audio;mlt;kde;;;;;;;';
|
642
|
642
|
echo 'Keywords[x-test]=xxeditingxx;xxvideoxx;xxaudioxx;xxmltxx;xxkdexx;';
|
643
|
|
- echo 'Keywords[zh_CN]=editing;video;audio;mlt;kde;编辑;视频;音频;';
|
|
643
|
+ echo 'Keywords[zh_CN]=editing;video;audio;mlt;kde;;;;';
|
644
|
644
|
echo 'Keywords[zh_TW]=editing;video;audio;mlt;kde;';
|
645
|
645
|
echo 'X-DBUS-ServiceName=org.kde.kdenlive'; } > "/home/$MY_USERNAME/Desktop/kdenlive.desktop"
|
646
|
646
|
|
|
@@ -649,7 +649,7 @@ function show_desktop_icons {
|
649
|
649
|
{ echo '#!/usr/bin/env xdg-open';
|
650
|
650
|
echo '[Desktop Entry]';
|
651
|
651
|
echo 'Version=1.0';
|
652
|
|
- echo 'Name[ar]=شُتْوِل';
|
|
652
|
+ echo 'Name[ar]=';
|
653
|
653
|
echo 'Name[as]=Photos';
|
654
|
654
|
echo 'Name[bn_IN]=Shotwell';
|
655
|
655
|
echo 'Name[bs]=Shotwell';
|
|
@@ -668,7 +668,7 @@ function show_desktop_icons {
|
668
|
668
|
echo 'Name[gl]=Shotwell';
|
669
|
669
|
echo 'Name[gu]=Shotwell';
|
670
|
670
|
echo 'Name[he]=Shotwell';
|
671
|
|
- echo 'Name[hi]=शॉटवेल';
|
|
671
|
+ echo 'Name[hi]=';
|
672
|
672
|
echo 'Name[hr]=Shotwell';
|
673
|
673
|
echo 'Name[hu]=Shotwell';
|
674
|
674
|
echo 'Name[id]=Shotwell';
|
|
@@ -676,16 +676,16 @@ function show_desktop_icons {
|
676
|
676
|
echo 'Name[ja]=Shotwell';
|
677
|
677
|
echo 'Name[kk]=Shotwell';
|
678
|
678
|
echo 'Name[kn]=Shotwell';
|
679
|
|
- echo 'Name[ko]=샷웰';
|
|
679
|
+ echo 'Name[ko]=';
|
680
|
680
|
echo 'Name[lt]=Shotwell';
|
681
|
681
|
echo 'Name[lv]=Shotwell';
|
682
|
|
- echo 'Name[ml]=ഷോട്ട്വെല്';
|
683
|
|
- echo 'Name[mr]=शॉटवेल';
|
|
682
|
+ echo 'Name[ml]=';
|
|
683
|
+ echo 'Name[mr]=';
|
684
|
684
|
echo 'Name[nb]=Shotwell';
|
685
|
685
|
echo 'Name[nl]=Shotwell';
|
686
|
686
|
echo 'Name[oc]=Shotwell';
|
687
|
687
|
echo 'Name[or]=Shotwell';
|
688
|
|
- echo 'Name[pa]=ਸ਼ੂਟਵੈੱਲ';
|
|
688
|
+ echo 'Name[pa]=';
|
689
|
689
|
echo 'Name[pl]=Shotwell';
|
690
|
690
|
echo 'Name[pt]=Shotwell';
|
691
|
691
|
echo 'Name[pt_BR]=Shotwell';
|
|
@@ -693,11 +693,11 @@ function show_desktop_icons {
|
693
|
693
|
echo 'Name[ru]=Shotwell';
|
694
|
694
|
echo 'Name[sk]=Shotwell';
|
695
|
695
|
echo 'Name[sl]=Shotwell';
|
696
|
|
- echo 'Name[sr]=Фото-бунар';
|
|
696
|
+ echo 'Name[sr]=-';
|
697
|
697
|
echo 'Name[sr@latin]=Foto-bunar';
|
698
|
698
|
echo 'Name[sv]=Shotwell';
|
699
|
|
- echo 'Name[ta]=ஷாட்வெல்';
|
700
|
|
- echo 'Name[te]=షాట్వెల్';
|
|
699
|
+ echo 'Name[ta]=';
|
|
700
|
+ echo 'Name[te]=';
|
701
|
701
|
echo 'Name[tr]=Shotwell';
|
702
|
702
|
echo 'Name[uk]=Shotwell';
|
703
|
703
|
echo 'Name[vi]=Shotwell';
|
|
@@ -706,18 +706,18 @@ function show_desktop_icons {
|
706
|
706
|
echo 'Name[zh_TW]=Shotwell';
|
707
|
707
|
echo 'Name=Photos';
|
708
|
708
|
echo 'GenericName[af]=Foto Organiseerder';
|
709
|
|
- echo 'GenericName[ar]=مدير الصور';
|
710
|
|
- echo "GenericName[as]=ফ'টো ব্যৱস্থাপক";
|
|
709
|
+ echo 'GenericName[ar]= ';
|
|
710
|
+ echo "GenericName[as]=' ";
|
711
|
711
|
echo 'GenericName[ast]=Xestor de semeyes';
|
712
|
|
- echo 'GenericName[bg]=Мениджър на снимки';
|
713
|
|
- echo 'GenericName[bn]=ফটো ম্যানেজার';
|
714
|
|
- echo 'GenericName[bn_IN]=ছবি পরিচালন ব্যবস্থা';
|
|
712
|
+ echo 'GenericName[bg]= ';
|
|
713
|
+ echo 'GenericName[bn]= ';
|
|
714
|
+ echo 'GenericName[bn_IN]= ';
|
715
|
715
|
echo 'GenericName[bs]=Organizator Slika';
|
716
|
|
- echo 'GenericName[ca]=Gestor fotogràfic';
|
717
|
|
- echo 'GenericName[cs]=Správce fotografií';
|
718
|
|
- echo 'GenericName[da]=Billedhåndtering';
|
|
716
|
+ echo 'GenericName[ca]=Gestor fotogrfic';
|
|
717
|
+ echo 'GenericName[cs]=Sprvce fotografi';
|
|
718
|
+ echo 'GenericName[da]=Billedhndtering';
|
719
|
719
|
echo 'GenericName[de]=Fotoverwaltung';
|
720
|
|
- echo 'GenericName[el]=Διαχειριστής εικόνων';
|
|
720
|
+ echo 'GenericName[el]= ';
|
721
|
721
|
echo 'GenericName[en_GB]=Photo Manager';
|
722
|
722
|
echo 'GenericName[es]=Gestor de fotos';
|
723
|
723
|
echo 'GenericName[et]=Fotohaldur';
|
|
@@ -726,72 +726,72 @@ function show_desktop_icons {
|
726
|
726
|
echo 'GenericName[fr]=Gestionnaire de photos';
|
727
|
727
|
echo 'GenericName[gd]=Manaidsear dhealbhan';
|
728
|
728
|
echo 'GenericName[gl]=Xestor de fotos';
|
729
|
|
- echo 'GenericName[gu]=ફોટો સંચાલક';
|
730
|
|
- echo 'GenericName[he]=מנהל תמונות';
|
731
|
|
- echo 'GenericName[hi]=फ़ोटो प्रबंधक';
|
|
729
|
+ echo 'GenericName[gu]= ';
|
|
730
|
+ echo 'GenericName[he]= ';
|
|
731
|
+ echo 'GenericName[hi]= ';
|
732
|
732
|
echo 'GenericName[hr]=Upravitelj fotografija';
|
733
|
|
- echo 'GenericName[hu]=Fényképkezelő';
|
|
733
|
+ echo 'GenericName[hu]=Fnykpkezel';
|
734
|
734
|
echo 'GenericName[ia]=Administrator de photos';
|
735
|
735
|
echo 'GenericName[id]=Manajer Foto';
|
736
|
736
|
echo 'GenericName[it]=Gestore di fotografie';
|
737
|
|
- echo 'GenericName[ja]=Shotwell 写真管理ツール';
|
738
|
|
- echo 'GenericName[kk]=Фотосуреттерді басқару қолданбасы';
|
739
|
|
- echo 'GenericName[km]=កម្មវិធីគ្រប់គ្រងរូបថត';
|
740
|
|
- echo 'GenericName[kn]=ಫೋಟೊ ವ್ಯವಸ್ಥಾಪಕ';
|
741
|
|
- echo 'GenericName[ko]=사진 관리자';
|
742
|
|
- echo 'GenericName[ky]=Фотография менеджери';
|
743
|
|
- echo 'GenericName[lt]=Nuotraukų tvarkytuvė';
|
744
|
|
- echo 'GenericName[lv]=Fotogrāfiju pārvaldnieks';
|
745
|
|
- echo 'GenericName[mk]=Менаџер на фотографии';
|
746
|
|
- echo 'GenericName[ml]=ചിത്ര പാലകന്';
|
747
|
|
- echo 'GenericName[mr]=छायाचित्र व्यवस्थापक';
|
|
737
|
+ echo 'GenericName[ja]=Shotwell ';
|
|
738
|
+ echo 'GenericName[kk]= ';
|
|
739
|
+ echo 'GenericName[km]=';
|
|
740
|
+ echo 'GenericName[kn]= ';
|
|
741
|
+ echo 'GenericName[ko]= ';
|
|
742
|
+ echo 'GenericName[ky]= ';
|
|
743
|
+ echo 'GenericName[lt]=Nuotrauk tvarkytuv';
|
|
744
|
+ echo 'GenericName[lv]=Fotogrfiju prvaldnieks';
|
|
745
|
+ echo 'GenericName[mk]= ';
|
|
746
|
+ echo 'GenericName[ml]= ';
|
|
747
|
+ echo 'GenericName[mr]= ';
|
748
|
748
|
echo 'GenericName[nb]=Fotobehandler';
|
749
|
749
|
echo 'GenericName[nl]=Fotobeheerder';
|
750
|
|
- echo 'GenericName[oc]=Gestionari de fòtos';
|
751
|
|
- echo 'GenericName[or]=ଫୋଟୋ ପରିଚାଳକ';
|
752
|
|
- echo 'GenericName[pa]=ਫੋਟੋ ਮੈਨੇਜਰ';
|
753
|
|
- echo 'GenericName[pl]=Menedżer zdjęć';
|
|
750
|
+ echo 'GenericName[oc]=Gestionari de ftos';
|
|
751
|
+ echo 'GenericName[or]= ';
|
|
752
|
+ echo 'GenericName[pa]= ';
|
|
753
|
+ echo 'GenericName[pl]=Meneder zdj';
|
754
|
754
|
echo 'GenericName[pt]=Gestor de fotografias';
|
755
|
755
|
echo 'GenericName[pt_BR]=Organizador de fotos';
|
756
|
756
|
echo 'GenericName[ro]=Administrator de fotografii';
|
757
|
|
- echo 'GenericName[ru]=Менеджер фотографий';
|
758
|
|
- echo 'GenericName[sk]=Správca fotografií';
|
|
757
|
+ echo 'GenericName[ru]= ';
|
|
758
|
+ echo 'GenericName[sk]=Sprvca fotografi';
|
759
|
759
|
echo 'GenericName[sl]=Upravljalnik fotografij';
|
760
|
|
- echo 'GenericName[sr]=Управник фотографија';
|
|
760
|
+ echo 'GenericName[sr]= ';
|
761
|
761
|
echo 'GenericName[sr@latin]=Upravnik fotografija';
|
762
|
762
|
echo 'GenericName[sv]=Bildhanterare';
|
763
|
|
- echo 'GenericName[ta]=புகைப்பட அடுக்கு';
|
764
|
|
- echo 'GenericName[te]=ఫోటో నిర్వాహకం';
|
765
|
|
- echo 'GenericName[th]=ตัวจัดการภาพถ่าย';
|
766
|
|
- echo 'GenericName[tr]=Fotoğraf Yöneticisi';
|
767
|
|
- echo 'GenericName[uk]=Впорядник фотографій';
|
768
|
|
- echo 'GenericName[vi]=Trình quản lý ảnh';
|
769
|
|
- echo 'GenericName[zh_CN]=照片管理器';
|
770
|
|
- echo 'GenericName[zh_HK]=相片管理員';
|
771
|
|
- echo 'GenericName[zh_TW]=相片管理員';
|
|
763
|
+ echo 'GenericName[ta]= ';
|
|
764
|
+ echo 'GenericName[te]= ';
|
|
765
|
+ echo 'GenericName[th]=';
|
|
766
|
+ echo 'GenericName[tr]=Fotoraf Yneticisi';
|
|
767
|
+ echo 'GenericName[uk]= ';
|
|
768
|
+ echo 'GenericName[vi]=Trnh qun l nh';
|
|
769
|
+ echo 'GenericName[zh_CN]=';
|
|
770
|
+ echo 'GenericName[zh_HK]=';
|
|
771
|
+ echo 'GenericName[zh_TW]=';
|
772
|
772
|
echo 'GenericName=Photo Manager';
|
773
|
|
- echo 'Comment[cs]=Roztřiďte si své fotografie';
|
774
|
|
- echo 'Comment[da]=Organisér dine billeder';
|
|
773
|
+ echo 'Comment[cs]=Roztite si sv fotografie';
|
|
774
|
+ echo 'Comment[da]=Organisr dine billeder';
|
775
|
775
|
echo 'Comment[de]=Ihre Fotos organisieren';
|
776
|
776
|
echo 'Comment[es]=Organice sus fotos';
|
777
|
777
|
echo 'Comment[fi]=Hallitse kuviasi';
|
778
|
778
|
echo 'Comment[gd]=Cuir rian air na dealbhan agad';
|
779
|
|
- echo 'Comment[he]=ארגון התמונות שלך';
|
|
779
|
+ echo 'Comment[he]= ';
|
780
|
780
|
echo 'Comment[hr]=Organizirajte svoje fotografije';
|
781
|
|
- echo 'Comment[hu]=Rendszerezze a fényképeit';
|
|
781
|
+ echo 'Comment[hu]=Rendszerezze a fnykpeit';
|
782
|
782
|
echo 'Comment[id]=Organisasikan foto Anda';
|
783
|
|
- echo 'Comment[kk]=Фотосуреттеріңізді реттеңіз';
|
784
|
|
- echo 'Comment[kn]=ನಿಮ್ಮ ಚಿತ್ರಗಳನ್ನು ವ್ಯವಸ್ಥಿತವಾಗಿ ಜೋಡಿಸಿ';
|
785
|
|
- echo 'Comment[ko]=사진을 정리합니다.';
|
786
|
|
- echo 'Comment[lv]=Organizē savas fotogrāfijas';
|
787
|
|
- echo 'Comment[pl]=Organizowanie zdjęć';
|
|
783
|
+ echo 'Comment[kk]= ';
|
|
784
|
+ echo 'Comment[kn]= ';
|
|
785
|
+ echo 'Comment[ko]= .';
|
|
786
|
+ echo 'Comment[lv]=Organiz savas fotogrfijas';
|
|
787
|
+ echo 'Comment[pl]=Organizowanie zdj';
|
788
|
788
|
echo 'Comment[pt]=Organize as suas fotografias';
|
789
|
789
|
echo 'Comment[pt_BR]=Organize suas fotos';
|
790
|
|
- echo 'Comment[sk]=Organizuje vaše fotografie';
|
791
|
|
- echo 'Comment[sr]=Организујте ваше фотографије';
|
792
|
|
- echo 'Comment[sr@latin]=Organizujte vaše fotografije';
|
|
790
|
+ echo 'Comment[sk]=Organizuje vae fotografie';
|
|
791
|
+ echo 'Comment[sr]= ';
|
|
792
|
+ echo 'Comment[sr@latin]=Organizujte vae fotografije';
|
793
|
793
|
echo 'Comment[sv]=Organisera dina bilder';
|
794
|
|
- echo 'Comment[uk]=Впорядкуйте ваші фотографії';
|
|
794
|
+ echo 'Comment[uk]= ';
|
795
|
795
|
echo 'Comment=Organize your photos';
|
796
|
796
|
echo "Icon=/usr/share/${PROJECT_NAME}/avatars/icon_photos.png";
|
797
|
797
|
echo 'Exec=shotwell %U';
|
|
@@ -815,27 +815,27 @@ function show_desktop_icons {
|
815
|
815
|
{ echo '[Desktop Entry]';
|
816
|
816
|
echo 'Type=Application';
|
817
|
817
|
echo 'Name=Routing Protocol';
|
818
|
|
- echo 'Name[el]=Πρωτόκολλο δρομολόγησης';
|
819
|
|
- echo 'Name[ar]=بروتوكول التوجيه';
|
|
818
|
+ echo 'Name[el]= ';
|
|
819
|
+ echo 'Name[ar]= ';
|
820
|
820
|
echo "Name[ca]=Protocol d'enrutament";
|
821
|
|
- echo 'Name[hi]=रूटिंग प्रोटोकॉल';
|
|
821
|
+ echo 'Name[hi]= ';
|
822
|
822
|
echo 'Name[fr]=Protocole de routage';
|
823
|
823
|
echo 'Name[de]=Routingprotokoll';
|
824
|
824
|
echo 'Name[es]=Protocolo de enrutamiento';
|
825
|
825
|
echo 'Name[it]=Protocollo di routing';
|
826
|
|
- echo 'Name[ru]=Протокол маршрутизации';
|
827
|
|
- echo 'Name[zh]=路由协议';
|
|
826
|
+ echo 'Name[ru]= ';
|
|
827
|
+ echo 'Name[zh]=';
|
828
|
828
|
echo 'Comment=Select the mesh routing protocol';
|
829
|
|
- echo 'Comment[el]=Επιλέξτε το πρωτόκολλο δρομολόγησης πλέγματος';
|
830
|
|
- echo 'Comment[ar]=حدد بروتوكول توجيه الشبكة';
|
|
829
|
+ echo 'Comment[el]= ';
|
|
830
|
+ echo 'Comment[ar]= ';
|
831
|
831
|
echo "Comment[ca]=Seleccioneu el protocol d'enrutament de malles";
|
832
|
|
- echo 'Comment[hi]=जाल रूटिंग प्रोटोकॉल का चयन करें';
|
833
|
|
- echo 'Comment[fr]=Sélectionnez le protocole de routage de maillage';
|
834
|
|
- echo 'Comment[de]=Wählen Sie das Mesh-Routing-Protokoll';
|
|
832
|
+ echo 'Comment[hi]= ';
|
|
833
|
+ echo 'Comment[fr]=Slectionnez le protocole de routage de maillage';
|
|
834
|
+ echo 'Comment[de]=Whlen Sie das Mesh-Routing-Protokoll';
|
835
|
835
|
echo 'Comment[es]=Seleccione el protocolo de enrutamiento de malla';
|
836
|
836
|
echo "Comment[it]=Seleziona il protocollo di instradamento della mesh";
|
837
|
|
- echo 'Comment[ru]=Выберите протокол маршрутизации сетки';
|
838
|
|
- echo 'Comment[zh]=选择网状路由协议';
|
|
837
|
+ echo 'Comment[ru]= ';
|
|
838
|
+ echo 'Comment[zh]=';
|
839
|
839
|
echo "Exec=mate-terminal -e \"/usr/local/bin/${PROJECT_NAME}-mesh-routing\"";
|
840
|
840
|
echo "Icon=/usr/share/${PROJECT_NAME}/avatars/icon_routing.png";
|
841
|
841
|
echo 'Terminal=false';
|