Merge branch 'master' of Aaack/VCStudio into master
This commit is contained in:
commit
1c2cff3a79
2 changed files with 17 additions and 13 deletions
|
@ -9,8 +9,8 @@ missingmoduleserror = [Errors found. Type Fix to attempt fixing.]
|
|||
missingmodulenotification = [Module error. Look into the console for details.]
|
||||
imissedyouwelcommessage = [:) I'm happy to see you.]
|
||||
PMConsoleExplanation = [
|
||||
This is a console version of the VCStudio's Project-Manager.
|
||||
|
||||
This is a console version of the VCStudio's Project-Manager.
|
||||
|
||||
Keep in mind that console mode is limited in functionality and is used only
|
||||
for most notoroius reasons.
|
||||
|
||||
|
@ -78,9 +78,9 @@ The founder of GNU. Which stands for GNU's not Unix. This man made VCStudio
|
|||
possible and he probably doesn't even know about it's existance. In the early
|
||||
80's he started the GNU project. An operating system project to free people from
|
||||
the propietery world of non-free software. The free-software. Free as in Freedom.
|
||||
Is the idea of GNU.
|
||||
Is the idea of GNU.
|
||||
|
||||
Every program has to have 4 basic freedoms.
|
||||
Every program has to have 4 basic freedoms.
|
||||
0 Freedom to run the program for any reason at any time.
|
||||
1 Freedom to study and modify the source code.
|
||||
2 Freedom to redestribute the software to help others.
|
||||
|
@ -92,11 +92,11 @@ help_torvalds = [Linus Torvalds
|
|||
|
||||
In the early 90s the GNU Operating System was almost finished on top of non-free
|
||||
UNIX. The only thing missing was the Kernel. The main program that's managing
|
||||
the other programs that run on top of it.
|
||||
the other programs that run on top of it.
|
||||
|
||||
Such a Kernel was written by Linus Torvalds. This program is known as Linux.
|
||||
Which is a combination of the name Linus and x from the Unix. It's the most
|
||||
popular peace of software in the world. Maybe not yet in the PC market. But
|
||||
Which is a combination of the name Linus and x from the Unix. It's the most
|
||||
popular peace of software in the world. Maybe not yet in the PC market. But
|
||||
most certainly in Servers and Mobile devices. (Android has a Linux kernel).
|
||||
|
||||
Linux in GNU / Linux comes from this peace of software.
|
||||
|
@ -107,9 +107,9 @@ The man behind Blender. The package for 3D modeling, animation, rendering, video
|
|||
editing and many more. Which is THE BEST software of it's kind. And is a Free-
|
||||
Software. (Free as in Freedom).
|
||||
|
||||
While it's possible to run this software on many operating systems. It's mainly
|
||||
While it's possible to run this software on many operating systems. It's mainly
|
||||
developed for use under GNU / Linux and uses a license written by Richard
|
||||
Stallman. This ensures that Blender will always have the 4 basic freedoms.
|
||||
Stallman. This ensures that Blender will always have the 4 basic freedoms.
|
||||
|
||||
VCStudio (Blender-Organizer) would not exist if Blender would not exist.
|
||||
]
|
||||
|
@ -159,13 +159,13 @@ create_new_blend_file = [Create a New Blend File:]
|
|||
add_new_task = [New Task]
|
||||
add_new_subtask = [New Sub-Task]
|
||||
user_schedules = [User:]
|
||||
add_phrase_tooltip = [Adding a Dialogue part to the script.
|
||||
add_phrase_tooltip = [Adding a Dialogue part to the script.
|
||||
|
||||
Example:
|
||||
|
||||
James Hacker
|
||||
James Hacker
|
||||
Hello World. How is my
|
||||
Gnomovision doing?
|
||||
Gnomovision doing?
|
||||
|
||||
It will give you a good margin like in
|
||||
a real script. And as you export. You
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[]
|
||||
checkingpythonmodules = [Comprobando móddulos PYTHON...]
|
||||
checkingpythonmodules = [Comprobando módulos PYTHON...]
|
||||
checkingpartsoftheprogramm = [Comprobando VCStudio...]
|
||||
desktopcreated = [ La configuración de VCStudio ha terminado. Busque VCStudio en el menú de inicio.]
|
||||
checked = [Okay]
|
||||
|
@ -195,6 +195,8 @@ render_remaining_time = [Tiempo restante:]
|
|||
clean_render_folder = [Borre todos los archivos de los cuadros de la carpeta antes de renderizar,
|
||||
de lo contrario continuará a partir del último cuadro
|
||||
que se encuentre en la carpeta.]
|
||||
recommended_yes = [Recomendado]
|
||||
recommended_not = [No recomendado]
|
||||
readme = [Leame]
|
||||
license = [Licencia]
|
||||
documentation_installation = [Instalación]
|
||||
|
@ -209,6 +211,8 @@ documentation_multiuser = [Múltiples usuarios]
|
|||
documentation_type_scene = [Lea en línea]
|
||||
documentation_type_update = [Actualizar información]
|
||||
documentation_type_video = [Tutorial en vídeo]
|
||||
notabug_markdown = [Aplicar cambios]
|
||||
edit_markdown = [Editar texto]
|
||||
multiuser_server_start = [Arrancar el server de múltiples usuarios en esta computadora.]
|
||||
multiuser_server_stop = [Terminar el server de múltiple usuarios.
|
||||
Cuidado! Puede perder datos]
|
||||
|
|
Loading…
Reference in a new issue