Codebase list sugar-terminal-activity / 6f2dc270-71e0-4151-ab7e-e5e6432c8985/main po / gl.po
6f2dc270-71e0-4151-ab7e-e5e6432c8985/main

Tree @6f2dc270-71e0-4151-ab7e-e5e6432c8985/main (Download .tar.gz)

gl.po @6f2dc270-71e0-4151-ab7e-e5e6432c8985/mainraw · history · blame

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-24 17:39+1100\n"
"PO-Revision-Date: 2016-03-26 08:58+0000\n"
"Last-Translator: mbouzada <mbouzada@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.5.1.1\n"
"X-POOTLE-MTIME: 1458982694.000000\n"

#: activity/activity.info:2
msgid "Terminal"
msgstr "Terminal"

#: activity/activity.info:3
msgid "Here you have complete control over your computer. You are in charge!!"
msgstr ""

#: helpbutton.py:41
msgid "Help"
msgstr ""

#: terminal.py:188
msgid "Zoom out"
msgstr "DiminuĂ­r"

#: terminal.py:195
msgid "Zoom in"
msgstr "Aumentar"

#: terminal.py:202
msgid "Fullscreen"
msgstr "Pantalla completa"

#: terminal.py:228
msgid "Useful commands"
msgstr ""

#: terminal.py:229
msgid "cd"
msgstr ""

#: terminal.py:230
msgid "Change directory"
msgstr ""

#: terminal.py:231
msgid "To use it, write: cd directory"
msgstr ""

#: terminal.py:233
msgid ""
"If you call it without parameters, will change\n"
"to the user directory"
msgstr ""

#: terminal.py:235
msgid "ls"
msgstr ""

#: terminal.py:236
msgid "List the content of a directory."
msgstr ""

#: terminal.py:237
msgid "To use it, write: ls directory"
msgstr ""

#: terminal.py:239
msgid ""
"If you call it without parameters, will list the\n"
"working directory"
msgstr ""

#: terminal.py:241
msgid "cp"
msgstr ""

#: terminal.py:242
msgid "Copy a file to a specific location"
msgstr ""

#: terminal.py:243
msgid "Call it with the file and the new location"
msgstr ""

#: terminal.py:244
msgid "Use: cp file directory"
msgstr ""

#: terminal.py:245
msgid "rm"
msgstr ""

#: terminal.py:246
msgid "Removes a file in any path"
msgstr ""

#: terminal.py:247
msgid "Use: rm file"
msgstr ""

#: terminal.py:248
msgid "su"
msgstr ""

#: terminal.py:249
msgid "Login as superuser (root)"
msgstr ""

#: terminal.py:251
msgid ""
"The root user is the administrator of the\n"
"system"
msgstr ""

#: terminal.py:253
msgid ""
"You must be careful, because you can modify\n"
"system files"
msgstr ""