Package: acpi-support Description-md5: 3da3f1fdfeedd4b9182ff4fd508042a7 Description-my: scripts for handling many ACPI events This package contains scripts to react to various ACPI events. It only includes scripts for events that can be supported with some level of safety cross platform. . It is able to: * Detect loss and gain of AC power, lid closure, and the press of a number of specific buttons (on Asus, IBM, Lenovo, Panasonic, Sony and Toshiba laptops). * Suspend, hibernate and resume the computer, with workarounds for hardware that needs it. * On some laptops, set screen brightness. Package: adduser Description-md5: 7965b5cd83972a254552a570bcd32c93 Description-my: add and remove users and groups This package includes the 'adduser' and 'deluser' commands for creating and removing users. . - 'adduser' creates new users and groups and adds existing users to existing groups; - 'deluser' removes users and groups and removes users from a given group. . Adding users with 'adduser' is much easier than adding them manually. Adduser will choose appropriate UID and GID values, create a home directory, copy skeletal user configuration, and automate setting initial values for the user's password, real name and so on. . Deluser can back up and remove users' home directories and mail spool or all the files they own on the system. . A custom script can be executed after each of the commands. . Development mailing list: http://lists.alioth.debian.org/mailman/listinfo/adduser-devel/ Package: apport Description-md5: c04626471654f9246cf5e28b560d262e Description-my: automatically generate crash reports for debugging apport က ချို့ယွင်းမှုဖြစ်စေတဲ့အကြောင်းကို အလိုလိုစစ်ဆေးပြီး ပြဿနာရင်းမြစ်ကို /var/crash/ တွင်သိမ်းလိုက်ပါသည်။ ဤဆော့ဝဲသည် Ubuntu kernel မှ crashdump helper ကို အသုံးပြုပါသည်။ . This package also provides a command line frontend for browsing and handling the crash reports. For desktops, you should consider installing the GTK+ or Qt user interface (apport-gtk or apport-kde). Package: apport-gtk Description-md5: 2f45e17d5bf22355d7921dba196ae6dd Description-my: GTK+ frontend for the apport crash report system apport က ချို့ယွင်းမှုဖြစ်စေတဲ့အကြောင်းကို အလိုလိုစစ်ဆေးပြီး ပြဿနာရင်းမြစ်ကို /var/crash/ တွင်သိမ်းလိုက်ပါသည်။ ဤဆော့ဝဲသည် Ubuntu kernel မှ crashdump helper ကို အသုံးပြုပါသည်။ . ချို့ယွင်းမှုတစ်ခုခုဖြစ်ပေါ်ပါက ရီပို့တင်အကြောင်းကြားရန် GTK+ သုံးထားသော package တစ်ခုဖြစ်ပါသည်။ Package: apturl Description-md5: 0ff87045fbbd2d7c44b70b7ac3d409e1 Description-my: apt protocol ကိုသုံးပြီး ဆော့ဝဲများသွင်းပါသည် - GTK+ frontend AptUrl သည် graphical application ဖြစ်ပြီး၊ (apt-protocol စနစ်လိုက်နာသော) URL တစ်ခုကို command line တွင်လုပ်ဆောင်ပေးပါသည်။ ဥပမာ - AptUrl က သင့်ကိုဆော့ဝဲသွင်းချင်လား မေးပါမည်။ သင်က သွင်းချင်တယ်ဟု ပြန်ဖြေက ဆော့ဝဲကိုသင့်အတွက် အလိုလိုသွင်းပေးသွားပါမည်။ . This package contains the GTK+ frontend. Package: apturl-common Description-md5: 1a9a3582fbd6f80810cf5bf2bc1a5249 Description-my: install packages using the apt protocol - common data AptUrl သည် graphical application ဖြစ်ပြီး၊ (apt-protocol စနစ်လိုက်နာသော) URL တစ်ခုကို command line တွင်လုပ်ဆောင်ပေးပါသည်။ ဥပမာ - AptUrl က သင့်ကိုဆော့ဝဲသွင်းချင်လား မေးပါမည်။ သင်က သွင်းချင်တယ်ဟု ပြန်ဖြေက ဆော့ဝဲကိုသင့်အတွက် အလိုလိုသွင်းပေးသွားပါမည်။ . This package contains the common data shared between the frontends. Package: dh-apport Description-md5: a5c779df9e0b356100c76151d7cef527 Description-my: debhelper extension for the apport crash report system apport က ချို့ယွင်းမှုဖြစ်စေတဲ့အကြောင်းကို အလိုလိုစစ်ဆေးပြီး ပြဿနာရင်းမြစ်ကို /var/crash/ တွင်သိမ်းလိုက်ပါသည်။ ဤဆော့ဝဲသည် Ubuntu kernel မှ crashdump helper ကို အသုံးပြုပါသည်။ . This package provides a debhelper extension to make it easier for other packages to include apport hooks. Package: vim-snipmate Description-md5: b32d99279c72a1dbfce80f206863cd65 Description-my: Vim script that implements some of TextMate's snippets features. SnipMate.vim aims to be an unobtrusive, concise vim script that implements some of TextMate's snippets features in Vim. A snippet is a piece of often-typed text that you can insert into your document using a trigger word followed by a . . For instance, in a C file using the default installation of snipMate.vim, if you type "for" in insert mode, it will expand a typical for loop in C: . for (i = 0; i < count; i++) { . Project-Id-Version: ddtp-ubuntu Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2014-09-03 08:41+0200 PO-Revision-Date: 2014-05-06 13:30+0000 Last-Translator: FULL NAME Language-Team: Burmese MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2014-09-04 14:40+0000 X-Generator: Launchpad (build 17196) . To go to the next item in the loop, simply over to it; if there is repeated code, such as the "i" variable in this example, you can simply start typing once it's highlighted and all the matches specified in the snippet will be updated. . snipMate.vim has the following features among others: . - The syntax of snippets is very similar to TextMate's, allowing easy conversion. - The position of the snippet is kept transparently (i.e., it does not use marks/placeholders inserted into the buffer), allowing you to escape out of an incomplete snippet, something particularly useful in Vim. - Variables in snippets are updated as-you-type. - Snippets can have multiple matches. - Snippets can be out of order. For instance, in a do...while loop, the condition can be added before the code.